Skip to content

Commit

Permalink
Merge pull request bcicen#169 from captn3m0/patch-1
Browse files Browse the repository at this point in the history
Switches to a read-only socket mount
  • Loading branch information
bcicen authored Jun 29, 2019
2 parents 331f50f + 1b441db commit 8946c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8946c4b

Please sign in to comment.