We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c40cea commit ad9a701Copy full SHA for ad9a701
docs/docker.md
@@ -61,3 +61,10 @@ complete -F _scw scw
61
```
62
63
The trick is to remove the `-t` when using docker inside the completion function.
64
+
65
+# Using the CLI with Podman
66
+If running with Podman and SELinux in enforcing mode, one must use the :Z option when mounting the configuration file.
67
+For instance:
68
+```bash
69
+podman run -it --rm -v $HOME/.config/scw:/root/.config/scw:Z scaleway/cli:v2.3.0
70
+```
0 commit comments