Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tcp support #37

Open
shargon opened this issue Mar 15, 2024 · 0 comments
Open

Tcp support #37

shargon opened this issue Mar 15, 2024 · 0 comments

Comments

@shargon
Copy link

shargon commented Mar 15, 2024

I tried:

   - name: Install Docker
      uses: docker-practice/actions-setup-docker@master
      with:
        docker_version: 25.0.4
        docker_daemon_json: "{\"hosts\": [\"tcp://0.0.0.0:2375\", \"unix:///var/run/docker.sock\"]}"

But it didn't work

check docker version
check docker systemd status
show default daemon json content
show daemon json content
  /usr/bin/sudo cat /etc/docker/daemon.json
  {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}
/usr/bin/sudo systemctl restart docker
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
Error: Error: The process '/usr/bin/sudo' failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant