Fix selinux labeling for cloud-toolbox

This commit is contained in:
Maciej Lebiest 2023-07-19 11:10:03 +02:00 committed by GitHub
parent 434b8a98b1
commit 396eb7642a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,10 @@ Also contains `fzf` and bash-completion. Mount your bash_history for
best experience.
```bash
podman run --rm -it -v "$HOME/.bash_history:/root/.bash_history" cloud-toolbox:latest
podman run --rm -it \
-v "$HOME/.bash_history:/root/.bash_history" \
--security-opt label:disable \
cloud-toolbox:latest
```
## gui-container