Skip to content

Commit f8abae3

Browse files
committed
Exit container after example
1 parent c5fb3a7 commit f8abae3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/hello_nextflow/03_hello_containers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ Output:
166166
/_]' /_]'
167167
```
168168

169+
Now exit the container once again:
170+
171+
```bash
172+
exit
173+
```
174+
169175
### Takeaway
170176

171177
You know how to pull a container and run it interactively, make your data accessible to it, which lets you try commands without having to install any software on your system.

0 commit comments

Comments
 (0)