pull_container: Pull a container from dockerhub

View source: R/pull_image.R

pull_containerR Documentation

Pull a container from dockerhub

Description

Pull a container from dockerhub

Usage

pull_container(container_id)

Arguments

container_id

The name of the container, usually the repository name on dockerhub.

Examples

if (test_docker_installation()) {
  pull_container("alpine")
}

babelwhale documentation built on July 26, 2023, 5:24 p.m.