Skip to content

Commit

Permalink
Merge pull request #6031 from rvykydal/docs-fixup
Browse files Browse the repository at this point in the history
docs: fix test container update doc
  • Loading branch information
KKoukiou authored Dec 2, 2024
2 parents 83c5ffe + 2919dc6 commit ce03a88
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 ce03a88

Please sign in to comment.