docker-mac-network icon indicating copy to clipboard operation
docker-mac-network copied to clipboard

Access your Docker for Mac's internal networks from your macOS host machine

Results 11 docker-mac-network issues
Sort by recently updated
recently updated
newest added

Hi, I want to ask why I get a "docker-mac-network_openvpn_1 exited with code 3" when I tried the docker-compose up. Every steps seems correct but it keeps looping at this...

$ docker run -d --name nginx -p80:80 nginx $ curl 172.16.0.2 this is successful but when I open 172.16.0.2 through chrome, it doesn't work another example is that I can...

``` 2019-07-14 21:16:53 VERIFY ERROR: depth=1, error=certificate signature failure: /CN=localhost 2019-07-14 21:16:53 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2019-07-14 21:16:53 TLS Error: TLS object -> incoming plaintext...

Since OpenVPN 2.4, the server has apparently gotten pickier about got compression configuration and the generated client config causes errors like this for me (Viscosity, OS X): ``` openvpn_1 |...

Hello I am not sure where docker-for-mac.ovpn file is generated. Is there any step/configuration I am missing?

Please see that this does not work with docker 17.06 ownards . On docker 17.09 I get curses & socat errors but on 17.06 socat errors. ┌─(/Volumes/Data/backend/development/projects//git/docker-mac-network)──────────────────────────────────────────────────────────────────────────────(arung@IN4454-01:s000)─┐ └─(09:21:19 on master)──>...

I use Shimo instead of Tunnelblick. It took me a couple of minutes to figure this tip out so I thought I would document it.

To nable multi networks being handled by different proxy/OpenVPN setups the proxy forward port needs to be adjustable

This enables a one "image provides all" solution by creating different volumes: * `/local`: used to provide the `run.sh` script file which is reusable in a `volumes_from`directive in docker-compose.yaml *...

This will enable the setup to have different networks and netmasks being used.