docker_pull: Pull a docker image onto a host.

View source: R/harbor_docker.R

docker_pullR 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)

cloudyr/googleComputeEngineR documentation built on June 11, 2025, 8:47 a.m.