mix_docker v0.5.0 Mix.Tasks.Docker.Build

Build docker image from distillery release. Any arguments and options will be passed directly to docker build command.

Examples

# Build your app release
mix docker.build

# Skip cache
mix docker.build --no-cache

Summary

Functions

run(args)

See MixDocker.build/1.