mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
Support for disabling docker socket integration #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spiralham on GitHub (Jun 5, 2025).
The newt documentation currently states
By default, Newt will look for the Docker socket at /var/run/docker.sock, does that mean it has access even without a volume mount in Newt's compose file? I desperately don't want an external resource having a direct line of communication to an internal docker socket, so disabling this Newt-side is a must. Hopefully I'm just misinterpreting the documentation.@miloschwartz commented on GitHub (Jun 6, 2025):
We're going to make it opt-in. In the mean time don't update Newt (you can update Pangolin) if you're not comfortable.
@oschwartz10612 commented on GitHub (Jun 6, 2025):
Fixed in #56
@spiralham commented on GitHub (Jun 6, 2025):
Thank you, appreciate the fast turnaround on this!