Matt Heon
Matt Heon
What is the UID of the user running Podman?
It's understandable to not want a library like c/image to depend on CGo, but Miloslav is quite correct that this is deeply tied to Podman (we'd end up with two...
DNS should already be fixed on my patch, it's just port forwarding that's broken at this point AFAIK.
https://github.com/containers/netavark/pull/885 I really need to push the latest version with the isolation code added, but I still have not worked out the issues with port forwarding. Hopefully soon?
I have to assume we added that code for a reason, but I can't recall exactly why. Almost certainly a bugfix, but exactly what was being fixed is unclear. The...
I actually cannot find an explicit chown of the volume mountpoint anywhere in the mount code. So I'm actually not 100% on where this is being done; it may be...
Ah, ok, per @matejvasek it's `fixVolumePermissions()` Looking further, it's tied to a bool, `NeedsChown`, in the volume config. Set to true at volume create, false once permissions have been fixed...
If there's a reason we added this originally, it's Docker compat. If Docker doesn't do the same thing, they that reason is not valid.
Only once. There's no reason we'd add such complexity other than to match Docker
I don't think so; SIGHUP isn't really universal.