Crafting Web Experiences
//
Need to find what’s eating your storage? Use these two commands: 1. Check Container Sizes Shows the writable layer size vs. the total image size for each container. 2. Overall Storage Summary Shows a summary of images, containers, and volumes. Need more detail? Add the verbose flag to see exactly which items are taking up…
Method 1: Method 2: Method 3: Method 4: Method 5:
List all the commits with Indexes: (Format: ) List all the commits without numbers: (Format: ) Reference:https://git-scm.com/docs/git-log
The default running container listing command: List all containers either running and stopped: Choose specific information for the table that will be listed. I only wanted to list container names and their statuses: And finally, filter them by container names. I’m filtering the containers which contain “_wp” word: Reference: https://docs.docker.com/engine/reference/commandline/container_ls/
To save output of the response:
To find files larger than 100MB: If you want the current dir only:
To send a file: To send a directory:
Stop all containers: One by One Prune: Remove all including Build Cache: Reference: https://docs.docker.com/config/pruning/#prune-everything