Skip to content

Commit

Permalink
Update run-container.rst (#349)
Browse files Browse the repository at this point in the history
add instruction how to escape a failure mode when running the image
  • Loading branch information
stan-dot authored Mar 14, 2024
1 parent 31d01c7 commit 4b5514e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user/how-to/run-container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Starting the container

To pull the container from github container registry and run::

$ docker run ghcr.io/DiamondLightSource/blueapi:main --version
``docker run ghcr.io/diamondlightsource/blueapi:main --version``

with ``podman``::

``podman run ghcr.io/diamondlightsource/blueapi:main --version``

To get a released version, use a numbered release instead of ``main``.

0 comments on commit 4b5514e

Please sign in to comment.