Pull a docker image onto a host.
docker_pull(host = localhost, image, ...)
host
: A host object.image
: The docker image to pull e.g. rocker/rstudio
...
: Other arguments passed to the SSH command for the hostThe host
object.
## Not run: docker_pull(localhost, "debian:testing") ## End(Not run)
Winston Change winston@stdout.org
Useful links
Downloads (last 30 days):