Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 2779f18

Browse files
authored
Update run-container.rst
We should recommend --rm
1 parent f86b4fc commit 2779f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/how-to/run-container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Starting the container
1010

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

13-
$ docker run ghcr.io/DiamondLightSource/python3-pip-skeleton-cli:main --version
13+
$ docker run --rm ghcr.io/DiamondLightSource/python3-pip-skeleton-cli:main --version
1414

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

0 commit comments

Comments
 (0)