Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

          ifconfig eth0

       

      8. Repeat step (5) after every restart of the Windows to re-expose the port 2375.

Troublehooting

  1. To check if docker service is running use:
    service docker status
  2. You can stop/start/restart docker service using the following commads:
    service docker stop
    service docker start
    service docker restart

...