dockerfile-mode
dockerfile-mode copied to clipboard
An emacs mode for handling Dockerfiles
This time, I need to add the `--network host` switch, and there's no specific `defcustom`. However, given the long list of `docker build` command line switches, I'm wondering if some...
Not sure it's intentional to have the MELPA and ELPA releases diverge. MELPA updates based on git commit. ELPA updates when the embedded package version changes.
Running on a recent Emacs under Linux x86_64, I notice formatting on save breaks the Dockerfile. The formatting strips out commands for multi-stage builds: ``` COPY --from=builder /go/src/app/bin/foo /usr/bin ```...