nautical-backup
nautical-backup copied to clipboard
Support for Docker Socket Proxy
Hey there,
Really enjoying nautical backup — awesome work! I was wondering if it could be configured to support Docker socket proxies by using the DOCKER_HOST environment variable. This change would help point the Docker API interactions to a proxy instead of directly accessing /var/run/docker.sock.
Quick suggestions for this:
- Could be cool to adapt the tool to use Docker client libraries that recognize
DOCKER_HOST. - Maybe a quick test with tools like
docker-proxyorsocatto check compatibility?
Documentation: If this is already possible, adding a note in the docs would be super helpful. If not, it might be a useful feature to include in future updates.
Thanks for considering this!
Cheers,
Thanks for the suggestion. I don't think this is possible yet--or atleast I haven't tried it.
I'll do some digging to see how I can add this.
Would you want to use something like this: https://docs.linuxserver.io/images/docker-socket-proxy or https://github.com/Tecnativa/docker-socket-proxy ??
Update on this. I tested out https://github.com/Tecnativa/docker-socket-proxy. It seems to be working and I will add this feature to the next release (v3.0)
Thank you 🙂