Skip to content

Instantly share code, notes, and snippets.

@dinamic
Created February 23, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinamic/0123e03df80e7be1f630 to your computer and use it in GitHub Desktop.
Save dinamic/0123e03df80e7be1f630 to your computer and use it in GitHub Desktop.
OSX static routing to the docker containers
#!/bin/bash
sudo route -n add 172.17.0.0/16 `docker-machine ip default`
netstat -nr |grep 172\.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment