docker_pull {googleComputeEngineR}R Documentation

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.

Author(s)

Winston Change winston@stdout.org

Examples

## Not run: 
docker_pull(localhost, "debian:testing")

## End(Not run)

[Package googleComputeEngineR version 0.3.0 Index]