mirror of https://github.com/docker/docs.git
Merge pull request #664 from kitematic/docs-update
Quick update for Windows uninstall
This commit is contained in:
commit
1b73d1ccd9
13
README.md
13
README.md
|
|
@ -2,7 +2,7 @@
|
|||
[](https://www.bithound.io/github/kitematic/kitematic)
|
||||
|
||||
|
||||

|
||||
[](https://kitematic.com)
|
||||
|
||||
Kitematic is a simple application for managing Docker containers on Mac OS X and Windows (coming soon).
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ Kitematic is a simple application for managing Docker containers on Mac OS X and
|
|||
|
||||
[Download the latest version](https://kitematic.com/download) of Kitematic.
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs).
|
||||
|
|
@ -38,10 +39,11 @@ Please read through our [Contributing Guidelines](https://github.com/kitematic/k
|
|||
- Ask questions on our [user forum](https://forums.docker.com/c/kitematic).
|
||||
- **#kitematic** on IRC. [Join the channel](http://webchat.freenode.net/?channels=%23kitematic&uio=d4).
|
||||
- Follow [@kitematic on Twitter](https://twitter.com/kitematic).
|
||||
- Read and subscribe to [the Kitematic Blog](http://blog.kitematic.com).
|
||||
|
||||
## Uninstalling
|
||||
|
||||
**Mac**
|
||||
|
||||
- Remove Kitematic.app
|
||||
- Remove any unwanted Virtual Machines in VirtualBox
|
||||
```bash
|
||||
|
|
@ -49,6 +51,13 @@ Please read through our [Contributing Guidelines](https://github.com/kitematic/k
|
|||
rm -rf ~/Library/Application\ Support/Kitematic
|
||||
```
|
||||
|
||||
**Windows**
|
||||
|
||||
Open `Programs and Features` from `Control Panel`
|
||||
|
||||
- Uninstall Kitematic
|
||||
- Uninstall Oracle VM VirtualBox
|
||||
|
||||
## Copyright and License
|
||||
|
||||
Code released under the [Apache license](LICENSE).
|
||||
|
|
|
|||
Loading…
Reference in New Issue