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 and ZohebShaikh committed May 7, 2024
1 parent 4c2c423 commit c4c0b48
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 c4c0b48

Please sign in to comment.