Skip to content

Commit 759b1eb

Browse files
committed
fix typo in container name
1 parent f240b4c commit 759b1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if, however, you need to pipe the output of one command in your container to ano
6565
Pipes and redirects are shell constructs, so if you don't want your host shell to interpret them, you have to hide them from it.
6666

6767
```
68-
$ singularity exec lolcow.img sh -c "fortune | cowsay | lolcat"
68+
$ singularity exec lolcow.simg sh -c "fortune | cowsay | lolcat"
6969
```
7070

7171
The above invokes a new shell, but inside the container, and tells it to run the single command line `fortune | cowsay | lolcat`.

0 commit comments

Comments
 (0)