mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
Is v1.3.2 attempting to connect to docker socket? #40
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 @wouldntyouknow on GitHub (Jul 14, 2025).
Hi!
I am getting the following log entries a lot on v1.3.2:
I am wondering, is this supposed to happen on this version or not? According to this it's already opt-in, and I have the below, most simple compose setup, without any opt-ins:
What am I supposed to do to avoid these messages? Thanks.
@skyzuma commented on GitHub (Jul 14, 2025):
u need docker path as volumes and environment i think ... lock at the Configuration on the readme ...
@wouldntyouknow commented on GitHub (Jul 14, 2025):
I get that, but that would be opting in, wouldn't it? What I would like to do is just continue using newt as before, without it wanting to do anything with docker socks.
@oschwartz10612 commented on GitHub (Jul 14, 2025):
Yeah you can safely ignore these messages. Its just ignoring the docker requests because the path is not set. I will make the log messages debug so as not to confuse people in the future!