Update README.md

This commit is contained in:
Jeffrey Morgan 2014-12-02 14:25:21 -05:00
parent baf9845bb1
commit 898c3eb763
1 changed files with 8 additions and 24 deletions

View File

@ -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 Logo](https://cloud.githubusercontent.com/assets/251292/5269176/78469266-7a2e-11e4-8a1e-7b82c600abd8.png)
![Kitematic Screenshot](https://s3.amazonaws.com/kite-installer/screenshot.5843.png)
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.