stopped containers Archive
How to list stopped docker containers?
July 10, 2018
No Comments
If we want to see, which docker containers are stopped or we need to find ID of container, which we want to start, we could do that: docker ps --filter "status=exited" or docker ps -f "status=exited"