Skip to content

Instantly share code, notes, and snippets.

@ChieftainY2k
Last active March 17, 2025 09:17
Show Gist options
  • Select an option

  • Save ChieftainY2k/936b8b3596176baa41a0f1d95865e241 to your computer and use it in GitHub Desktop.

Select an option

Save ChieftainY2k/936b8b3596176baa41a0f1d95865e241 to your computer and use it in GitHub Desktop.
Install ctop (container top) as an alias
# 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