kool docker <image> [command...]
Create a new container (a powered up 'docker run')
Arguments
Name | Description |
---|---|
image | Docker image |
command | Command to execute inside the container |
Options
Name | Description |
---|---|
--verbose | Increases output verbosity |
--env, -e <env> |
|
--network, -n <network> |
|
--publish, -p <publish> |
|
--volume, -v <volume> |
|
--help, -h | Help for docker |