mirror of https://github.com/docker/docs.git
47 lines
2.5 KiB
Markdown
47 lines
2.5 KiB
Markdown
[](https://circleci.com/gh/kitematic/kitematic/tree/master)
|
|
[](http://app.bithound.io/kitematic/kitematic)
|
|
[](https://gitter.im/kitematic/kitematic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
|
|

|
|
|
|
Kitematic is a simple application for managing Docker containers on Mac OS X.
|
|
|
|
## Installing Kitematic
|
|
|
|
[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).
|
|
|
|
## 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).
|
|
|
|
## Roadmap & Contributing
|
|
|
|
We welcome all pull requests and contributions that anyone would like to make. The Kitematic team is super happy to support anyone who wants to get involved. Please checkout our [roadmap](ROADMAP.md) that we keep up to date for ideas to help you with contributing. We would love to talk to you about contributing. Please ask us questions and discuss contributions on our [dedicated contributors forum](https://dev.dockerproject.com/c/kitematic).
|
|
|
|
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.
|
|
|
|
## Community
|
|
|
|
- For questions on how to use Kitematic, see our [user forum](https://forums.docker.com/c/kitematic).
|
|
- **#kitematic** on IRC. [Join the channel](http://webchat.freenode.net/?channels=%23kitematic&uio=d4).
|
|
- Join the Kitematic [Gitter Channel](https://gitter.im/kitematic/kitematic)
|
|
- Follow [@kitematic on Twitter](https://twitter.com/kitematic).
|
|
- Read and subscribe to [the Kitematic Blog](http://blog.kitematic.com).
|
|
|
|
## Uninstalling
|
|
|
|
- Remove Kitematic.app
|
|
- Remove any unwanted Virtual Machines in VirtualBox
|
|
```bash
|
|
# remove app data
|
|
rm -rf ~/Library/Application\ Support/Kitematic
|
|
```
|
|
|
|
## Copyright and License
|
|
|
|
Code released under the [Apache license](LICENSE).
|