dockerfile-mode icon indicating copy to clipboard operation
dockerfile-mode copied to clipboard

An emacs mode for handling Dockerfiles

Results 13 dockerfile-mode issues
Sort by recently updated
recently updated
newest added

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 ```...