Kinda install ctop
This commit is contained in:
parent
cdcfcf3c66
commit
aa05b675f4
1 changed files with 5 additions and 0 deletions
5
ansible/roles/docker/files/docker-utils/ctop.sh
Executable file
5
ansible/roles/docker/files/docker-utils/ctop.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
docker run --rm -it --name=ctop --volume /var/run/docker.sock:/var/run/docker.sock:ro quay.io/vektorlab/ctop:latest
|
Loading…
Reference in a new issue