Skip to content

Commit

Permalink
basics: Adding a page on basics of running containers
Browse files Browse the repository at this point in the history
  • Loading branch information
simo-tuomisto committed Apr 23, 2024
1 parent 98b5c1d commit fd07fbc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/basics_running_containers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Basics of running containers
============================

.. objectives::

* How you can run a container?
* What methods are available to run a container?


Obtaining a container from container registry
---------------------------------------------

For these examples let's use the official Ubuntu image from
`Docker Hub <https://hub.docker.com/_/ubuntu>`__.

.. code-block:: console
$ apptainer pull ubuntu.sif docker://ubuntu
1 change: 1 addition & 0 deletions content/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ levels, depending on your interest.
:caption: The lesson

intro_and_motivation.rst
basics_running_containers.rst


.. toctree::
Expand Down

0 comments on commit fd07fbc

Please sign in to comment.