Skip to content

Commit 65ca8d5

Browse files
committed
updating export docs
1 parent 02ad2f4 commit 65ca8d5

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
@@ -6,7 +6,7 @@ toc: false
66
folder: docs
77
---
88

9-
Export is a way to dump the contents of your container into a .tar.gz, or a stream to put into some other place. For example, you could stream this into an in memory tar in python.
9+
Export is a way to dump the contents of your container into a `.tar.gz`, or a stream to put into some other place. For example, you could stream this into an in memory tar in python. Importantly, this command was originally intended for Singularity version less than 2.4 in the case of exporing an ext3 filesystem. For Singularity greater than 2.4, the resulting export file is likely to be larger than the original squashfs counterpart. An example with an ext3 image is provided.
1010

1111
Here we export an image into a `.tar` file:
1212

0 commit comments

Comments
 (0)