brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

uninstall process #60

Open markshust opened 9 years ago

markshust commented 9 years ago

How does one uninstall docker-osx-dev? I tried removing the script, however any host to docker mounts no longer work as they did before docker-osx-dev.

brikis98 commented 9 years ago

A docker-osx-dev uninstall command analogous to docker-osx-dev install would be a great idea. PRs for that are more than welcome :)

The docker-osx-dev script runs Boot2Docker with the --vbox-share=disable flag. I suspect if you just run boot2docker stop and boot2docker start without any flags, it'll work fine.

markshust commented 9 years ago

Ok thanks, will try it out. Thanks for your work on this project, you put a lot of thought and effort into it :+1:

kusmierz commented 8 years ago

@brikis98 could you provide just some instructions how we could remove docker-osx-dev?

brikis98 commented 8 years ago

As of 03/04/16, uninstalling docker-osx-dev and all of its dependencies would probably take the following:

Obviously, skip the items you want to keep on your computer.

kusmierz commented 8 years ago

Thanks :)