pull_container {babelwhale} | R Documentation |
Pull a container from dockerhub
pull_container(container_id)
container_id |
The name of the container, usually the repository name on dockerhub. |
if (test_docker_installation()) {
pull_container("alpine")
}