wiki:docker_commands
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:docker_commands [2023/09/26 09:52] – add Connect to different docker daemon... antisa | wiki:docker_commands [2024/01/08 13:53] (current) – [Remove images older than 2 weeks] antisa | ||
---|---|---|---|
Line 38: | Line 38: | ||
docker --tlsverify --tlscacert=/ | docker --tlsverify --tlscacert=/ | ||
+ | ===== How to determine what containers use the docker volume? ===== | ||
+ | docker ps -a --filter volume=VOLUME_NAME_OR_MOUNT_POINT | ||
+ | |||
+ | ===== Remove images older than 2 weeks ===== | ||
+ | |||
+ | docker image prune -a --filter " | ||
+ | |||
+ | The second command removes dangling build cache which will reclaim the disk space after image deletion. |
wiki/docker_commands.1695721926.txt.gz · Last modified: 2023/09/26 09:52 by antisa