Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLutik committed Jan 12, 2024
1 parent 6c854f5 commit ee74645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cosign verify --key ./cosign.pub ghcr.io/kiracore/docker/base-image:v0.13.14
```
# To launch test container run
BASE_NAME="test" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.13.14" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.13.15" && \
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash
# Note: If you want to run an extra container inside the KIRA Manager, replace '--net bridge' flag with '--net kiranet'
Expand Down

0 comments on commit ee74645

Please sign in to comment.