Unable to connect to socket in docker: PermissionError: [Errno 1] Operation not permitted
I have an application I am trying to move into a docker container. I have most things working, but the part of the application that requires elevated privileges (to use socket and configure network parameters) does not seem to be…