From 396eb7642aa9a2ec3ad5819409544f45ecc6a9de Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:10:03 +0200 Subject: [PATCH] Fix selinux labeling for cloud-toolbox --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98c8e72..17a98b6 100644 --- a/README.md +++ b/README.md @@ -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