docker_pull.Rd
Pull a docker image onto a host.
docker_pull(host = localhost, image, ...)
host | A host object. |
---|---|
image | The docker image to pull e.g. |
... | Other arguments passed to the SSH command for the host |
The host
object.
if (FALSE) { docker_pull(localhost, "debian:testing") }