feat: use Docker volume

This commit is contained in:
m0wer 2024-07-08 13:15:46 +02:00 committed by GitHub
parent 67b34ceecf
commit 7fabc92384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ docker run --rm -ti \
--name=ctop \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
-e XDG_CONFIG_HOME=/conf \
-v /custom/ctop_conf/:/conf/ctop/ \
-v ctop_conf:/conf/ctop/ \
quay.io/vektorlab/ctop:latest
```