We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240b4c commit 759b1ebCopy full SHA for 759b1eb
02-io/README.md
@@ -65,7 +65,7 @@ if, however, you need to pipe the output of one command in your container to ano
65
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.
66
67
```
68
-$ singularity exec lolcow.img sh -c "fortune | cowsay | lolcat"
+$ singularity exec lolcow.simg sh -c "fortune | cowsay | lolcat"
69
70
71
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