mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
Improve suggested "docker run" cmd
- make it use a given name "ctop" - make it feasible for an `alias`
This commit is contained in:
parent
3553b0af9d
commit
36a5bbdfe1
@ -32,7 +32,7 @@ sudo chmod +x /usr/local/bin/ctop
|
|||||||
|
|
||||||
or run via Docker:
|
or run via Docker:
|
||||||
```bash
|
```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/)
|
`ctop` is also available for Arch in the [AUR](https://aur.archlinux.org/packages/ctop/)
|
||||||
|
Loading…
Reference in New Issue
Block a user