Open tomelgato opened 2 months ago
Hi @tomelgato,
sorry for the late response, it got lost in notifications and I didn't really pick up the time to take a look.
The Docker image uses docker:25.0.3
as base image, which in turn automatically creates a volume via VOLUME /var/lib/docker
(e. g. https://github.com/docker-library/docker/blob/master/27/dind/Dockerfile#L104). So it looks like that VOLUME
statements are propagated to this image here. I don't know if I can do anything about that.
I hope that answer your question. :)
Im a little bit puzzled, could be an error on my side, im docker newbie:
I use this docker compose configuration with Traefik 3x and Mailcow, works fine:
The thing which puzzles me, im always getting a unnamed volume when certdumper runs, which gets abandoned after every restart:
Where is the volume linked to /var/lib/docker coming from?
Thanks for this nice little piece of sw!