Skip to content

Commit 2368b11

Browse files
committed
modified: pages/docs/user-docs/image-export.md
1 parent 65ca8d5 commit 2368b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/user-docs/image-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ singularity image.export --file container.tar container.img
2323
And here is the recommended way to compress your image:
2424

2525
```
26-
singularity image.export container.img | gzip -9 > container.img.gz
26+
singularity image.export container.img | gzip -9 > container.img.tar.gz
2727
```

0 commit comments

Comments
 (0)