
Last chance! 50% off unlimited learning
Sale ends in
Pull a docker image onto a host.
docker_pull(host = localhost, image, ...)
A host object.
The docker image to pull e.g. rocker/rstudio
Other arguments passed to the SSH command for the host
The host
object.
# NOT RUN {
docker_pull(localhost, "debian:testing")
# }
Run the code above in your browser using DataLab