Skip to content

Commit 251ea12

Browse files
authored
simplify
1 parent 2408099 commit 251ea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic_training/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ docker build -t my-image .
195195

196196
!!! tip
197197

198-
If you didn't complete the steps above, you can copy a public image to use in the following sections with two commnads: `docker pull quay.io/biocontainers/salmon:0.14.1--h86b0361_1` and `docker tag quay.io/biocontainers/salmon:0.14.1--h86b0361_1 my-image`
198+
If you didn't complete the steps above, use the 'rnaseq-nf' image used elsewhere in these materials by specifying `nextflow/rnaseq-nf` in place of `my-image` in the following examples.
199199

200200
You can run the software installed in the container by using the `run` command. For example, you can check that Salmon is running correctly in the container generated above by using the following command:
201201

0 commit comments

Comments
 (0)