Pull a docker image onto a host.

docker_pull(host = localhost, image, ...)

Arguments

host

A host object.

image

The docker image to pull e.g. rocker/rstudio

...

Other arguments passed to the SSH command for the host

Value

The host object.

Examples

if (FALSE) { docker_pull(localhost, "debian:testing") }