powered by
Pull a container from dockerhub
pull_container(container_id)
The name of the container, usually the repository name on dockerhub.
if (test_docker_installation()) { pull_container("alpine") }
Run the code above in your browser using DataLab