pull_container | 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.