googleComputeEngineR (version 0.3.0)

docker_pull: Pull a docker image onto a host.

Description

Pull a docker image onto a host.

Usage

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

Run this code
# NOT RUN {
docker_pull(localhost, "debian:testing")
# }

Run the code above in your browser using DataLab