mirror of https://github.com/docker/docs.git
Update README.md
This commit is contained in:
parent
baf9845bb1
commit
898c3eb763
32
README.md
32
README.md
|
@ -1,19 +1,14 @@
|
|||
<p align="center">
|
||||
<img alt="Kitematic" src="https://cloud.githubusercontent.com/assets/251292/5235807/a8ef6126-77e1-11e4-958b-0fb0ce804307.png">
|
||||
</p>
|
||||

|
||||
|
||||

|
||||
Kitematic is a simple application for managing Docker containers on Mac OS X.
|
||||
|
||||
## Table of Contents
|
||||
## Installing Kitematic
|
||||
|
||||
- [Development](#development)
|
||||
- [Bugs and Feature Requests](#bugs-and-feature-requests)
|
||||
- [Documentation](#documentation)
|
||||
- [Contributing](#contributing)
|
||||
- [Community](#community)
|
||||
- [Versioning](#versioning)
|
||||
- [Creators](#creators)
|
||||
- [Copyright and License](#copyright-and-license)
|
||||
[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).
|
||||
|
||||
## Development
|
||||
|
||||
|
@ -34,27 +29,16 @@
|
|||
|
||||
## Uninstalling
|
||||
|
||||
(This will improve over time.)
|
||||
|
||||
- Remove VirtualBox
|
||||
```bash
|
||||
# disable routing to containers through VM
|
||||
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
|
||||
|
||||
Have a bug or a feature request? Please first read the [Issue Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/kitematic/kitematic/issues/new).
|
||||
|
||||
## Documentation
|
||||
|
||||
Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs).
|
||||
|
||||
## Contributing
|
||||
|
||||
Please read through our [Contributing Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
||||
|
|
Loading…
Reference in New Issue