Max Jonas Werner e5c53bf761 feat: make network configurable
This lets users run the VPN server on a different Docker network (e.g.
kind).
2021-04-19 12:18:22 +02:00
2020-01-14 18:35:36 -08:00
2021-04-19 12:18:22 +02:00
2019-07-12 10:03:21 -07:00

docker-mac-network

In case of Docker on MAC, the host doesn't have direct access to the docker network. Due to this, the services running in docker container cannot be accessed directly via their IP addresses. One of the solution is to create a VPN between the host and the docker network.

Create a VPN

curl -sL https://raw.githubusercontent.com/mesosphere/docker-mac-network/master/mac-network.sh | bash -s create

Destroy the VPN

curl -sL https://raw.githubusercontent.com/mesosphere/docker-mac-network/master/mac-network.sh | bash -s destroy
Description
No description provided
Readme 32 KiB
Languages
Shell 100%