File - Tarball (tar.gz file, untar)

Undraw File Manager Re Ms29

About

A tarball (tar.gz file) is a compressed tar archive.

Extract

  • If in zip format
tar -zxvf my.tar.gz
  • Otherwise
tar -xvf my.tar.gz





Discover More
Card Puncher Data Processing
Code Shipping - Archive (Distribution)

In the context of code shipping, an archive: contains module (package) in the following form: compiled code or source or/and other resource files is versioned that are used to distribute...
Card Puncher Data Processing
Docker - Layer

A layer is just the equivalent of a tarball
Card Puncher Data Processing
What is a container image

An image is: a filesystem and parameters to use at runtime. It doesn’t have state and never changes. A container is a running an instance of an image. OCI delivers the file system with...
Card Puncher Data Processing
What is an OCI Image ? (Open Container Initiative)

OCI is a standardized image format from the Open Container Initiative It's used by Docker Image. An OCI image is just a stack of tarballs with a configuration files. The tarballs expand to a directory...
Undraw File Manager Re Ms29
What is an archive ? (Zip, Tar, Jar, ...)

An archive is a tree of file and directory that are grouped in one file.



Share this page:
Follow us:
Task Runner