powered by
Pull a docker image onto a host.
docker_pull(host = localhost, image, ...)
A host object.
The docker image to pull e.g. rocker/rstudio
rocker/rstudio
Other arguments passed to the SSH command for the host
The host object.
host
# NOT RUN { docker_pull(localhost, "debian:testing") # }
Run the code above in your browser using DataLab