tobegit3hub/seagull

执行命令“docker -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock -api-enable-cors=true -d”报错

caopengfei opened this issue · 1 comments

错误信息:Please specify only one -H

It seems that it support only one -H now.

Please try with docker -H unix:///var/run/docker.sock -api-enable-cors=true -d.