Search code examples
macosdockerdocker-machine

Docker - Replacement for `dockerd` on Mac


I wanted to start the docker daemon with an open TCP address like this: docker daemon -H tcp://0.0.0.0:2375, but the terminal suggested that I use dockerd instead, which is apparently not a program that comes with the Docker Client for mac. Is there a way I can either

  • A - get some form of dockerd on my mac machine.
  • B - get around the use of dockerd by some other method.

?


Solution

  • Finally I found the config of mac docker like dockerd.

    Click the docker icon in the menu bar, preferences, advanced

    docker config