You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like some kind of permissions issue. not 100% sure on that. I did a fresh install and then followed your guide line by line and then this error returned and the script haulted.
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/usr/bin/docker --host unix:///var/run/docker.sock version --format '{{ json . }}'", "msg": "permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.49/version\": dial unix /var/run/docker.sock: connect: permission denied", "rc": 1, "stderr": "permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.49/version\": dial unix /var/run/docker.sock: connect: permission denied\n", "stderr_lines": ["permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.49/version\": dial unix /var/run/docker.sock: connect: permission denied"], "stdout": "{\"Client\":{\"Platform\":{\"Name\":\"Docker Engine - Community\"},\"Version\":\"28.1.1\",\"ApiVersion\":\"1.49\",\"DefaultAPIVersion\":\"1.49\",\"GitCommit\":\"4eba377\",\"GoVersion\":\"go1.23.8\",\"Os\":\"linux\",\"Arch\":\"arm64\",\"BuildTime\":\"Fri Apr 18 09:52:08 2025\",\"Context\":\"default\"},\"Server\":null}\n", "stdout_lines": ["{\"Client\":{\"Platform\":{\"Name\":\"Docker Engine - Community\"},\"Version\":\"28.1.1\",\"ApiVersion\":\"1.49\",\"DefaultAPIVersion\":\"1.49\",\"GitCommit\":\"4eba377\",\"GoVersion\":\"go1.23.8\",\"Os\":\"linux\",\"Arch\":\"arm64\",\"BuildTime\":\"Fri Apr 18 09:52:08 2025\",\"Context\":\"default\"},\"Server\":null}"]}
was just wanting to give your idea a go and see what all it would do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
looks like some kind of permissions issue. not 100% sure on that. I did a fresh install and then followed your guide line by line and then this error returned and the script haulted.
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/usr/bin/docker --host unix:///var/run/docker.sock version --format '{{ json . }}'", "msg": "permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.49/version\": dial unix /var/run/docker.sock: connect: permission denied", "rc": 1, "stderr": "permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.49/version\": dial unix /var/run/docker.sock: connect: permission denied\n", "stderr_lines": ["permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.49/version\": dial unix /var/run/docker.sock: connect: permission denied"], "stdout": "{\"Client\":{\"Platform\":{\"Name\":\"Docker Engine - Community\"},\"Version\":\"28.1.1\",\"ApiVersion\":\"1.49\",\"DefaultAPIVersion\":\"1.49\",\"GitCommit\":\"4eba377\",\"GoVersion\":\"go1.23.8\",\"Os\":\"linux\",\"Arch\":\"arm64\",\"BuildTime\":\"Fri Apr 18 09:52:08 2025\",\"Context\":\"default\"},\"Server\":null}\n", "stdout_lines": ["{\"Client\":{\"Platform\":{\"Name\":\"Docker Engine - Community\"},\"Version\":\"28.1.1\",\"ApiVersion\":\"1.49\",\"DefaultAPIVersion\":\"1.49\",\"GitCommit\":\"4eba377\",\"GoVersion\":\"go1.23.8\",\"Os\":\"linux\",\"Arch\":\"arm64\",\"BuildTime\":\"Fri Apr 18 09:52:08 2025\",\"Context\":\"default\"},\"Server\":null}"]}
was just wanting to give your idea a go and see what all it would do.
Beta Was this translation helpful? Give feedback.
All reactions