docker-vpn-helper
docker-vpn-helper copied to clipboard
@onejli Can you test this against your mac environment to make sure that it doesn't break in non-MINGW?
My DOCKER_CERT_PATH in my environment is set to: `D:\dev\docker_machine\machines\certs` However, when I run this script on my machine, I get the following output: ``` =====[default] Creating a new Docker daemon...
The issue: ``` >docker-compose up -d Traceback (most recent call last): File "", line 3, in File "compose/cli/main.py", line 58, in main File "compose/cli/main.py", line 109, in perform_command File "compose/cli/main.py",...
One small change and it's easy to have a more docker style setup for setting environment variables). And thank you thank you thank you for making this. My previous workflow...
The logic for cert generation within Docker has been updated to include additional entries in the SAN field. The cert generation hack within this script is no longer needed (for...
This worked for me with 1.9.0d. After upgrading, all seems fine with docker, and docker-machine ssh works fine, but some docker-machine commands fail with what looks like a cert issue:...