docker_cmd {googleComputeEngineR} | R Documentation |
Run a docker command on a host.
Description
Run a docker command on a host.
Usage
docker_cmd(host, cmd = NULL, args = NULL, docker_opts = NULL,
capture_text = FALSE, ...)
Arguments
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 |
Author(s)
Winston Change winston@stdout.org
Examples
## Not run:
docker_cmd(localhost, "ps", "-a")
## End(Not run)
[Package googleComputeEngineR version 0.3.0 Index]