I'm using heavily dockerfile-mode. I've found it awesomely useful! Thanks for sharing.
I use it under Spacemacs's docker layer, which neatly merges dockerfile-mode with silex's docker package.
Based on daily usage, I have some suggestions to save a few keystrokes:
- Add a key bind (eg.
C-d) to quickly access docker main command transient.
- Adding key binding for some
docker-* commands, at least those closely related to building (eg docker-containers and docker-images), useful for tidyng up after long working sessions.
- Should
docker package had any keymap of its own, nesting it in our keymap would be also great. Adding such a keymap on docker package looks like not a big deal, I guess.
It might sound overlapping/mixing packages, but having docker-* commands handy right in the Dockerfile sounds quite reasonable to me.
Just asking for feedback, although I might take a stab at it, once I up a little more my elisp-fu. 😁
I'm using heavily
dockerfile-mode. I've found it awesomely useful! Thanks for sharing.I use it under Spacemacs's docker layer, which neatly merges
dockerfile-modewith silex's docker package.Based on daily usage, I have some suggestions to save a few keystrokes:
C-d) to quickly accessdockermain command transient.docker-*commands, at least those closely related to building (egdocker-containersanddocker-images), useful for tidyng up after long working sessions.dockerpackage had any keymap of its own, nesting it in our keymap would be also great. Adding such a keymap ondockerpackage looks like not a big deal, I guess.It might sound overlapping/mixing packages, but having
docker-*commands handy right in the Dockerfile sounds quite reasonable to me.Just asking for feedback, although I might take a stab at it, once I up a little more my elisp-fu. 😁