Skip to content

Commit ad9a701

Browse files
authored
Added instruction to run the Docker image with Podman (#3335)
1 parent 5c40cea commit ad9a701

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docker.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@ complete -F _scw scw
6161
```
6262

6363
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

Comments
 (0)