Created
May 13, 2023 10:12
-
-
Save georgebent/c0a3ba6eb4e08122002e802832dee867 to your computer and use it in GitHub Desktop.
Docker clear containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker system df | |
docker ps --size | |
docker container ls -a | |
docker container rm 4f6468cfddb2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment