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")
}

dynverse/babelwhale documentation built on July 31, 2023, 2:11 a.m.