👩💻 Join our community of thousands of amazing developers!
Source code https://github.com/Silex/docker.el Docker mode allows you to manage docker images, containers and machines, using emacs. Given it’s emacs, you may customize and extend it to fit your needs. That’s what I’ll demonstrate. Example 1: I have extended docker-mode to allow you to get a shell to the docker machine. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 (defun docker-machine-ssh-one (n...