powered by
Inspect one or more containers, given name(s) or ID(s).
docker_inspect(host = localhost, names = NULL, ...)
A host object.
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.
# NOT RUN { docker_run(localhost, "debian:testing", "echo foo", name = "harbor-test") docker_inspect(localhost, "harbor-test") # }
Run the code above in your browser using DataLab