Description Usage Arguments Value Author(s) Examples
Inspect one or more containers, given name(s) or ID(s).
1 | docker_inspect(host = localhost, names = NULL, ...)
|
host |
A host object. |
names |
Names of the containers |
... |
Other arguments passed to the SSH command for the host |
A list of lists, where each sublist represents one container. This is the output of 'docker inspect' translated directly from raw JSON to an R object.
Winston Change winston@stdout.org
1 2 3 4 5 | ## Not run:
docker_run(localhost, "debian:testing", "echo foo", name = "harbor-test")
docker_inspect(localhost, "harbor-test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.