# Commands

Random useful commands for Docker


# Remove stopped containers

docker ps -aq --no-trunc -f status=exited | xargs docker rm
Last Updated: 2021/03/31 12:28+00:00