Versions Compared

Key

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

...

The Docker virtual machine requires some tweaking to work from the Mac host with OpenWhisk.
The following script([tweak-dockermachine.sh]) will disable TLS, add port forwarding
within the VM and routes 172.17.x.x from the Mac host to the Docker virtual machine.
Enter your sudo Mac password when prompted.

...

The tweaks to the Docker machine persist across reboots.
However, one of the tweaks is applied on the Mac host and must be applied
again if you reboot your Mac. Without it, some tests which require direct
communication with Docker containers will fail. To run just the Mac host tweaks,
run the following script([tweak-dockerhost.sh]). Enter your sudo Mac password when prompted.

...