Fix selinux labeling for cloud-toolbox
This commit is contained in:
parent
434b8a98b1
commit
396eb7642a
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ Also contains `fzf` and bash-completion. Mount your bash_history for
|
||||||
best experience.
|
best experience.
|
||||||
|
|
||||||
```bash
|
```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
|
## gui-container
|
||||||
|
|
Loading…
Reference in a new issue