Add persistent static routes on OS X Yosemite
スクリプト作成
新規ファイル
/usr/local/bin/static-routes.sh
vim /usr/local/bin/static-routes.sh
こんな内容を記述
#!/bin/bash
sudo route -n add -net 10.1.0.0 172.17.8.101
実行可に。
chmod +x /usr/local/bin/static-routes.sh
LaunchAgentsにスクリプトを登録
sudo vim ~/Library/LaunchAgents/com.docker.scripts.routes.static.plist
sudo vim ~/Library/LaunchAgents/com.docker.scripts.routes.static.plist
有効化
launchctl load ~/Library/LaunchAgents/com.docker.scripts.routes.static.plist