Merge pull request #95 from denji/master

Update README.md
This commit is contained in:
Jeffrey Morgan 2014-10-19 19:40:13 -07:00
commit ba1eec68d8
1 changed files with 9 additions and 3 deletions

View File

@ -35,9 +35,15 @@
(This will improve over time.) (This will improve over time.)
- Remove VirtualBox - Remove VirtualBox
- sudo route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103 (disable routing to containers through VM) ```bash
- rm -rf ~/Library/Application\ Support/Kitematic (remove app data) # disable routing to containers through VM
- rm /Library/LaunchAgents/com.kitematic.route.plist (remove launch job that sets up routing to the containers) sudo route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103
# remove app data
rm -rf ~/Library/Application\ Support/Kitematic
# remove launch job that sets up routing to the containers
rm /Library/LaunchAgents/com.kitematic.route.plist
rm /etc/resolver/kite
```
## Bugs and Feature Requests ## Bugs and Feature Requests