docker.lisp 346 B

12345678910
  1. (in-package :stumpwm)
  2. (defcommand docker-debian () ()
  3. (term-shell-command "docker run --rm -it debian:10" :scrollbar t :title "docker-debian"))
  4. ;; Lem is the editor/IDE well-tuned for Common Lisp.
  5. ;; https://github.com/cxxxr/lem
  6. (defcommand docker-lem () ()
  7. (term-shell-command "docker run --rm -ti 40ants/lem:latest" :title "docker-lem"))