Skip to content

Instantly share code, notes, and snippets.

@0xAungkon
Created July 2, 2025 16:08
Show Gist options
  • Select an option

  • Save 0xAungkon/7e5b85db3c9562341e80521fbea57b18 to your computer and use it in GitHub Desktop.

Select an option

Save 0xAungkon/7e5b85db3c9562341e80521fbea57b18 to your computer and use it in GitHub Desktop.
portainer remote connect configuration

Run:

sudo systemctl edit docker.service

Insert:

[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375

Then execute:

sudo systemctl daemon-reexec
sudo systemctl daemon-reload
sudo systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment