Files
linuxkit/pkg/trim-after-delete
Sebastiaan van Stijn a63ff3c480 pkg/trim-after-delete: make docker socket path configurable
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>
2021-04-21 13:11:12 +02:00
..

trim-after-delete

This package runs fstrim /var/lib/docker after observing a Docker image delete event.