Learn R Programming

babelwhale (version 1.2.0)

pull_container: 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

Run this code
if (test_docker_installation()) {
  pull_container("alpine")
}

Run the code above in your browser using DataLab