build | Build the supplied dockerfile object into a dockerimage |
check_docker | Check if 'docker' is in execution path |
check_docker_imagename | Check image name format |
cmd | Command to exectute on docker image creation |
commands | Get the list of commands |
copy | Copy files into docker image |
docker_connection | Define the connection to the docker container |
dockerfile | Specify dockerfile to base build off of |
docker_kill | kill a docker container |
docker_pause | Pause a docker container to maintain its state |
docker_run | Initialize a docker container from an image |
docker_stop | Stop a docker container from running |
docker_unpause | unpause a docker container |
expose | EXPOSE a port from the docker image |
from | Describe the base docker image to use |
get_container | Get information on specific docker container |
install | Apt-get install software |
install_r_lib | Install packages for R |
install_r_lib_version | Install specific package version for R |
list_containers | List all docker containers available to docker daemon |
list_images | List all locally exising docker images available to docker... |
pipe | Pipe operator |
print.docker_connection | Print method for docker_conection objects |
run | RUN command in docker image |
update | Run update docker image |
write_dockerfile | RUN command in docker image |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.