defmodule Mix.Tasks.Edib do @moduledoc """ EDIB creates a docker image of your application release. ## Installation Just run this and confirm: mix archive.install http://git.io/edib-0.6.0.ez Don't forget to add `exrm` to your project: defp deps do [ {:exrm, "~> 1.0"}, ] end ## Usage mix edib ## Help mix help edib ## Options ### Name, prefix, tag Override the (repository) name of the docker image mix edib --name mix edib -n Set only a specific prefix for the docker image name (default: local) mix edib --prefix mix edib -p Set a specific tag for the docker image mix edib --tag mix edib -t If `--name` and `--prefix` are given, the name option takes precedence (prefix will be ignored). ### Silent mode (quiet mode) # Silence build output of EDIB (will be logged to `.edib.log` instead) mix edib --silent mix edib -s ### Volume mappings Map additional volumes for use while building the release mix edib --mapping :[: