mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:kitematic/kitematic into installer_fix
This commit is contained in:
commit
9ec03d15a8
|
@ -45,7 +45,7 @@ Kitematic is still in Beta. Any effort in helping us find issues and improving t
|
|||
|
||||
- Remove VirtualBox
|
||||
- rm /usr/local/bin/boot2docker
|
||||
- sudo route delete 172.17.0.0/16 192.168.59.103 (disable routing to containers through VM)
|
||||
- sudo route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103 (disable routing to containers through VM)
|
||||
- rm -rf ~/Library/Application\ Support/Kitematic (remove app data)
|
||||
- rm /Library/LaunchAgents/com.kitematic.route.plist (remove launch job that sets up routing to the containers)
|
||||
|
||||
|
|
Loading…
Reference in New Issue