Docker Links

Monitor docker performance with useful names

docker stats can be used to monitor docker containers. The downside is it shows cryptic container ids instead of names

To make the output more usefull you can enhance the command: docker stats $(docker ps --format=)

Pretty neat. Thanks to omercnet for mentioning it here

Docker setup / installation