Last active
March 17, 2025 09:17
-
-
Save ChieftainY2k/936b8b3596176baa41a0f1d95865e241 to your computer and use it in GitHub Desktop.
Install ctop (container top) as an alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install ctop (container top) as an alias | |
| echo "alias ctop='docker run --rm -it --name=ctop --volume /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest'" >> /home/vagrant/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment