Description of problem: run docket compose and out error Version-Release number of selected component: docker-compose-1.25.4-1.fc32 Additional info: reporter: libreport-2.13.1 cgroup: 0::/user.slice/user-1000.slice/user/apps.slice/apps-org.gnome.Terminal.slice/vte-spawn-a244323f-6bb0-4bff-b6bb-1c2fa614bb26.scope cmdline: /usr/bin/python3 /usr/bin/docker-compose up -d apache mysql phpmyadmin redis workspace crash_function: connect exception_type: FileNotFoundError executable: /usr/bin/docker-compose interpreter: python3-3.8.2-2.fc32.x86_64 kernel: 5.6.13-300.fc32.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: #1 [/usr/lib/python3.8/site-packages/docker/transport/unixconn.py:43] connect #2 [/usr/lib64/python3.8/http/client.py:944] send #3 [/usr/lib64/python3.8/http/client.py:1004] _send_output #4 [/usr/lib64/python3.8/http/client.py:1225] endheaders #5 [/usr/lib64/python3.8/http/client.py:1276] _send_request #6 [/usr/lib64/python3.8/http/client.py:1230] request #7 [/usr/lib/python3.8/site-packages/urllib3/connectionpool.py:387] _make_request #8 [/usr/lib/python3.8/site-packages/urllib3/connectionpool.py:665] urlopen
Created attachment 1692690 [details] File: backtrace
Created attachment 1692691 [details] File: cpuinfo
Created attachment 1692692 [details] File: environ
Created attachment 1692693 [details] File: mountinfo
Created attachment 1692694 [details] File: namespaces
Created attachment 1692695 [details] File: open_fds
I'm unable to determine what is happening here. It looks like it may be a local issue rather than a bug. Can you provide a docker-compose.yml which reproduces this problem?
Yes, i try install https://laradock.io/ Commands: git clone https://github.com/Laradock/laradock.git cp env-example .env docker-compose up -d nginx mysql phpmyadmin redis workspace
After running this very lengthy docker-compose successfully, I took a closer look at the full backtrace. It appears that either your docker daemon is not running or its socket file /run/docker.sock has been deleted. Ensure that docker is running and that it is correctly creating the socket file /run/docker.sock. If you are trying to use Docker running on a remote host, or you moved the socket to another location, set the DOCKER_HOST environment variable before running docker-compose.