Skip to content

Commit

Permalink
Small additions
Browse files Browse the repository at this point in the history
  • Loading branch information
simo-tuomisto committed Apr 29, 2024
1 parent b8e55f2 commit fcc3e97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/container_images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ painting. Paint below the top layer is hidden.

.. admonition:: Key points to remember

- Traditional containers are built layer by layer
- Traditional containers are built from Dockerfiles
- Traditional containers are built layer by layer.
- Traditional containers are built from Dockerfiles.
- Traditional container images are transferred via registries using
client tools or as `.tar`-files
client tools or as ``.tar``-files.

Apptainer container images
**************************
Expand Down Expand Up @@ -123,7 +123,7 @@ Additional build steps and runtime behaviour can be specified in a
- Apptainer images are a single image layer which is stored in a .sif-file.
- When built from traditional image, Apptainer images squash all layers to a single one.
- Apptainer images are built from definition file (.def).
- Apptainer images are transferred as normal files
- Apptainer images are transferred as normal files.


Building images
Expand Down

0 comments on commit fcc3e97

Please sign in to comment.