码头工人的ipc地址绑定错误与'不允许的操作'

时间:2019-07-05 03:11:47

标签: python docker

在docker中运行以下python代码时出现错误“不允许操作”

系统:Windows10 软体:docker-desktop 2.0.0.3(31259)Build:8858db3 python:3.6.8

#pip3 install pyzmq
import zmq

context = zmq.Context()
socket_to_others = context.socket(zmq.PUB)
socket_to_others.bind('ipc://test')


#socket_to_others.bind('tcp://0.0.0.0:7777')   #no error with tcp address

0 个答案:

没有答案