Skip to content

Docker Notes

Enable TCP socket

  1. Edit /lib/systemd/system/docker.service, add -H tcp://0.0.0.0:2375 (no trailing slash!) to ExecStart= line.
  2. systemctl daemon-reload
  3. systemctl restart docker

Last update: April 4, 2021
Created: April 1, 2021