Improve suggested "docker run" cmd

- make it use a given name "ctop"
- make it feasible for an `alias`
This commit is contained in:
Emiliano 'AlberT' Gabrielli 2017-03-13 09:31:15 +01:00 committed by GitHub
parent 3553b0af9d
commit 36a5bbdfe1

View File

@ -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/)