Skip to content

Commit 3b0f56b

Browse files
authored
Merge pull request #377 from pinin4fjords/patch-5
Update containers.md with example public image
2 parents f8d0d00 + 251ea12 commit 3b0f56b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/basic_training/containers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ docker build -t my-image .
193193

194194
### Run Salmon in the container
195195

196+
!!! tip
197+
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.
199+
196200
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:
197201

198202
```bash

0 commit comments

Comments
 (0)