mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 16:56:37 +00:00
Docker Desktop proxies the docker socket at its default location (/var/run/docker.sock), but allows connecting to the non-proxied socket through /var/run/docker.sock.raw. This patch allows the trim-after-delete utility to customize the docker socket path, so that it can connect to the non-proxied socket. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
trim-after-delete
This package runs fstrim /var/lib/docker after observing a Docker image delete event.