Can other user access running docker container in rancher desktop without opening command prompt in admin mode on windows?
p
proud-jewelry-46860
03/21/2025, 5:47 PM
On Windows, it by default uses a named pipe, so I don't think that should be accessible to other users. You might be able to configure dockerd to listen on a TCP port on localhost and use that?