Description Usage Arguments Author(s) Examples
Run a docker command on a host.
1 2 |
host |
A host object. |
cmd |
A docker command, such as "run" or "ps" |
args |
Arguments to pass to the docker command |
docker_opts |
Options to docker. These are things that come before the docker command, when run on the command line. |
capture_text |
If |
... |
Other arguments passed to the SSH command for the host |
Winston Change winston@stdout.org
1 2 3 4 | ## Not run:
docker_cmd(localhost, "ps", "-a")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.