Description Usage Arguments Value Examples
Use docker to pull image
1 2 |
repo, |
Repository name of docker hub, e.g life2cloud |
name |
Software name, e.g bwa |
version |
Image version |
docker.bin |
Docker executable file, default is 'docker' in $PATH |
all.tags |
Download all tagged images in the repository |
disable.content.trust |
Skip image verification (default true) |
verbose |
Ligical indicating wheather show the log message |
Bool Value
1 2 3 4 | docker.bin <- unname(Sys.which('docker'))
if (docker.bin != '') {
docker.pull(repo = 'learn', name = 'tutorial')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.