Running the TPP docker image
From SPCTools
Revision as of 00:34, 14 November 2018 Dcampbel (Talk | contribs) (→Overview) ← Previous diff |
Revision as of 00:35, 14 November 2018 Dcampbel (Talk | contribs) (→Downloading spctools/tpp docker image) Next diff → |
||
Line 4: | Line 4: | ||
=== Downloading spctools/tpp docker image === | === Downloading spctools/tpp docker image === | ||
- | As mentioned above, this may be slow the first time it is run. Subsequent runs should be considerably faster. The example below shows a pull of the latest (default) version, you can also specify a specific version if desired. | + | As mentioned above, this may be slow the first time it is run. Subsequent runs should be considerably faster. The example below shows a pull of the latest (default) version, you can also specify a specific version if desired. |
- | <pre style="white-space: pre-wrap">[sudo] docker pull spctools/tpp | + | docker pull spctools/tpp |
Using default tag: latest | Using default tag: latest | ||
Trying to pull repository docker.io/spctools/tpp ... | Trying to pull repository docker.io/spctools/tpp ... | ||
Line 12: | Line 12: | ||
Digest: sha256:686e9cc696fcbfd118a1ded28ae2d31218cbddd0daed68ac811400cc8833fa95 | Digest: sha256:686e9cc696fcbfd118a1ded28ae2d31218cbddd0daed68ac811400cc8833fa95 | ||
Status: Image is up to date for spctools/tpp:latest | Status: Image is up to date for spctools/tpp:latest | ||
- | </pre> |
Revision as of 00:35, 14 November 2018
Overview
The docker system allows the distribution of pre-built computational units called images, which can be run on any system with the docker software installed. The scptools/tpp image is built on the biocontainer ubuntu image, and uses many of the bioC conventions. On some systems you may have to run these commands using sudo, a mechanism for elevating user privileges for specific tasks. The initial download described below will be relatively slow the first time it is run, since most if not all the 'layers' will have to be downloaded. Subsequent invocations will generally be much faster.
Downloading spctools/tpp docker image
As mentioned above, this may be slow the first time it is run. Subsequent runs should be considerably faster. The example below shows a pull of the latest (default) version, you can also specify a specific version if desired.
docker pull spctools/tpp Using default tag: latest Trying to pull repository docker.io/spctools/tpp ... latest: Pulling from docker.io/spctools/tpp Digest: sha256:686e9cc696fcbfd118a1ded28ae2d31218cbddd0daed68ac811400cc8833fa95 Status: Image is up to date for spctools/tpp:latest