Can other user access running docker container in ...
# rancher-desktop
a
Can other user access running docker container in rancher desktop without opening command prompt in admin mode on windows?
p
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?
a
Ok