小编Aus*_*son的帖子

无法 docker-compose up 任何项目

每当我尝试 docker-compose up 任何项目时,我都会收到以下错误。我试过使用和不使用 sudo 我只在这台机器上有这个问题。我能够在 Mac 和 Amazon WorkSpace 上运行相同的容器。

(myslabs) [austin@localhost myslabs]$ sudo docker-compose up
[sudo] password for austin: 
Traceback (most recent call last):
  File "urllib3/connectionpool.py", line 677, in urlopen
  File "urllib3/connectionpool.py", line 392, in _make_request
  File "http/client.py", line 1252, in request
  File "http/client.py", line 1298, in _send_request
  File "http/client.py", line 1247, in endheaders
  File "http/client.py", line 1026, in _send_output
  File "http/client.py", line 966, in send
  File "docker/transport/unixconn.py", line 43, in connect
ConnectionRefusedError: [Errno 111] Connection refused

During …
Run Code Online (Sandbox Code Playgroud)

linux docker docker-compose centos8

21
推荐指数
2
解决办法
2万
查看次数

标签 统计

centos8 ×1

docker ×1

docker-compose ×1

linux ×1