Docker clean stale containers This will clean up stale docker containers in status “created” docker ps -a -f "status=created" -q | xargs docker rm