harbor (version 0.2.0)

harbor: Tools to Manage 'Docker' Containers & Images

Description

Tools to Manage 'Docker' Containers & Images

Arguments

Examples

Run this code
# NOT RUN {
docker_pull(image="hello-world")
images() # find the one we just downloaded & remember the name/id
docker_run(image="imgname")
# }

Run the code above in your browser using DataLab