mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
Merge pull request #37 from drAlberT/patch-1
Improve suggested "docker run" cmd
This commit is contained in:
commit
0ac70c96eb
@ -32,7 +32,7 @@ sudo chmod +x /usr/local/bin/ctop
|
||||
|
||||
or run via Docker:
|
||||
```bash
|
||||
docker run -ti -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest
|
||||
docker run -ti --name ctop --rm -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest
|
||||
```
|
||||
|
||||
`ctop` is also available for Arch in the [AUR](https://aur.archlinux.org/packages/ctop/)
|
||||
|
Loading…
Reference in New Issue
Block a user