-
Notifications
You must be signed in to change notification settings - Fork 645
docker:start
Roland Huß edited this page May 19, 2014
·
3 revisions
Creates and starts a docker container.
Parameter | Descriptions | Property | Default |
---|---|---|---|
url | URL to the docker daemon | docker.url |
http://localhost:4243 |
image | Name of the docker image (e.g. jolokia/tomcat:7.0.52 ) |
docker.image |
none, required |
ports | List of ports to be mapped statically or dynamically. | ||
autoPull | Set to true if an unknown image should be automatically pulled |
docker.autoPull |
true |
command | Command to execute in the docker container | docker.command |
|
assemblyDescriptor | Path to the data container assembly descriptor. See below for an explanation and example | ||
portPropertyFile | Path to a file where dynamically mapped ports are written to | ||
wait | Ramp up time in milliseconds | docker.wait |
|
waitHttp | Wait until this URL is reachable with an HTTP HEAD request. Dynamic port variables can be given, too | docker.waitHttp |
|
color | Set to true for colored output |
docker.color |
true if TTY connected |