SimpleDocker v0.1.0 mix simple_docker.create View Source
Mix task that can be used to create a container from an image.
Usage:
$ mix simple_docker.create --image <image-name> --name <container-name>
or
$ mix simple_docker.create --image <image-name>
: Container will have no name
Link to this section Summary
Link to this section Functions
Delegates the arguments to SimpleDocker and prints the output