Skip to content

Commit

Permalink
docs: fix test container update doc
Browse files Browse the repository at this point in the history
With the the doc works for me for pykickstart dir in current directory.
Without it complains about invalid argument.
  • Loading branch information
rvykydal committed Nov 29, 2024
1 parent 83c5ffe commit 2919dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Run unit tests with patched pykickstart or other libraries

2. Run the container temporary with your required resources (pykickstart in this example)::

podman run --name=cnt-add --rm -it -v pykickstart/:/pykickstart:z quay.io/rhinstaller/anaconda-ci:master sh
podman run --name=cnt-add --rm -it -v ./pykickstart:/pykickstart:z quay.io/rhinstaller/anaconda-ci:master sh

3. Do your required changes in the container (install pykickstart in this example)::

Expand Down

0 comments on commit 2919dc6

Please sign in to comment.