Created
July 14, 2017 11:39
-
-
Save basz/c839692f2e375581344b8c8f733f6e67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // PROXYID either "" or "gjhgsd6tgk2j3rd" | |
| PROXYID=$(docker network ls -q -f 'name=proxy') | |
| if [ ! -n "$PROXYID" ]; then | |
| docker network create --opt=encrypted --driver=overlay proxy | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment