# Functions
Create creates a new tar archive with a single file, file.txt, containing the contents "hello world".
WithContainer denotes that a specific container should be used when creating the tar archive.
# Constants
ContainerBz2 is a tar archive compressed with bzip2.
ContainerGz is a tar archive compressed with gzip.
ContainerNone denotes no container.
ContainerXz is a tar archive compressed with xz.
ContainerZstd is a tar archive compressed with zstd.