Learn R Programming

googleComputeEngineR (version 0.1.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")
# ## End(Not run)

Run the code above in your browser using DataLab