Merge pull request #169 from captn3m0/patch-1

Switches to a read-only socket mount
This commit is contained in:
bradley 2019-06-29 14:32:08 -04:00 committed by GitHub
commit 8946c4b03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ sudo chmod +x /usr/local/bin/ctop
```bash
docker run --rm -ti \
--name=ctop \
-v /var/run/docker.sock:/var/run/docker.sock \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
quay.io/vektorlab/ctop:latest
```