lein-docker icon indicating copy to clipboard operation
lein-docker copied to clipboard

A leiningen plugin to build docker images and deploy them.

Results 5 lein-docker issues
Sort by recently updated
recently updated
newest added

Need to be able to specify `latest` as is the Docker convention.

This addresses #4. It also allows multiple tags to be specified (for example, current version & "latest"). It does not support overriding the tag from the command line. I can...

To have more control about caching, one should be able to specify the default behaviour in general (project.clj) and during runtime (as argument).

enhancement

If the docker commands tries to ask for the user's password, it will fail. This happens if you never pushed before and do not have any credentials stored. Fix it...

enhancement

Executing docker commands with sudo should be possible on a per user basis (so not in the project.clj). Hint: you should avoid that if possible (being in the docker group)

enhancement