mix_docker v0.5.0 Mix.Tasks.Docker.Shipit

Run build & release & publis. This is the same as running

mix do docker.build, docker.release, docker.publish

You can also pass docker build/publish flags.

Examples

# Use custom --tag (see docker.publish) and --no-cache for docker build
mix docker.shipit --tag my-custom-tag --no-cache

Summary

Functions

run(args)

See MixDocker.shipit/1.