We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ca8d5 commit 2368b11Copy full SHA for 2368b11
1 file changed
pages/docs/user-docs/image-export.md
@@ -23,5 +23,5 @@ singularity image.export --file container.tar container.img
23
And here is the recommended way to compress your image:
24
25
```
26
-singularity image.export container.img | gzip -9 > container.img.gz
+singularity image.export container.img | gzip -9 > container.img.tar.gz
27
0 commit comments