

For WINDOWS users: Open a command-line terminal and type the following command:ĭocker run -cap-add NET_ADMIN -d -p 4449:4449 -name myst -v myst-data:/var/lib/mysterium-node -device /dev/net/tun:/dev/net/tun mysteriumnetwork/myst:latest service -agreed-terms-and-conditions We now assume that Docker Desktop for Windows or Mac has been successfully installed and Docker Service is up and running.

The "whale" icon in the notification area indicates that Docker is running, and accessible from a terminal. When the installation finishes, Docker starts automatically.
#CONFIGURE DOCKER NETWORK INTERFACE INSTALL#
The docker (Linux) bridge network is not reachable from the Windows/Mac hosts.ĭownload and install Docker Desktop executable for Windows/Mac.Docker Desktop for Windows/Mac can’t route traffic to Linux containers.This interface is actually within the virtual machine. Because of the way networking is implemented in Docker Desktop for Windows/Mac, you cannot see a docker0 interface on the host.Virtualization support feature can be checked under Task Manager > CPU Performance (this option should be enabled by default). To check your Windows version, go to Command Prompt and type winver. Hyper-V and Containers Windows features must be enabled.
#CONFIGURE DOCKER NETWORK INTERFACE WINDOWS 10#
