Table of Contents

docker

Manage containers (shared kernel, separate userland)

Monitoring

docker ps -a

docker stats

docker logs -n 100 --follow CONTAINER

docker top CONTAINER

Cleanup

docker image prune -a