kitematic/README.md

61 строка
2.7 KiB
Markdown
Исходник Обычный вид История

2015-11-26 02:13:01 +03:00
[![Build Status](https://travis-ci.org/docker/kitematic.svg?branch=master)](https://travis-ci.org/docker/kitematic)
2015-04-10 03:37:02 +03:00
2015-01-22 07:19:47 +03:00
[![Kitematic Logo](https://cloud.githubusercontent.com/assets/251292/5269258/1b229c3c-7a2f-11e4-96f1-e7baf3c86d73.png)](https://kitematic.com)
2014-08-28 00:45:22 +04:00
2015-06-20 13:28:00 +03:00
Kitematic is a simple application for managing Docker containers on Mac, Linux and Windows.
2014-08-28 00:45:22 +04:00
2015-06-19 05:12:11 +03:00
![Kitematic Screenshot](https://cloud.githubusercontent.com/assets/251292/8246120/d3ab271a-15ed-11e5-8736-9a730a27c79a.png)
2014-12-02 22:25:21 +03:00
## Installing Kitematic
2014-08-28 00:45:22 +04:00
[Download the latest version](https://github.com/docker/kitematic/releases) of Kitematic via the github release page.
2014-12-02 22:25:21 +03:00
## Documentation
Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs).
2014-08-28 00:45:22 +04:00
2015-05-22 03:59:38 +03:00
## Security Disclosure
2015-06-19 08:32:21 +03:00
Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to security@docker.com and not by creating a github issue.
2015-05-22 03:59:38 +03:00
2014-08-28 00:45:22 +04:00
## 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
2015-06-19 07:36:55 +03:00
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.
2014-08-28 00:45:22 +04:00
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
2015-04-10 03:37:18 +03:00
- [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/kitematic/kitematic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
2015-08-27 08:31:25 +03:00
- Ask questions on our [user forum](https://forums.docker.com/c/open-source-projects/kitematic).
2015-03-23 03:29:34 +03:00
- **#kitematic** on IRC. [Join the channel](http://webchat.freenode.net/?channels=%23kitematic&uio=d4).
2014-08-28 00:45:22 +04:00
- Follow [@kitematic on Twitter](https://twitter.com/kitematic).
## Uninstalling
2015-06-19 08:32:21 +03:00
**Mac**
- Remove Kitematic.app
- Remove any unwanted Virtual Machines in VirtualBox
```bash
# remove app data
rm -rf ~/Library/Application\ Support/Kitematic
```
**Windows**
Open `Programs and Features` from `Control Panel`
- Uninstall Kitematic
2015-06-19 08:32:21 +03:00
- Uninstall Oracle VM VirtualBox
2014-08-28 00:45:22 +04:00
## Copyright and License
Code released under the [Apache license](LICENSE).
2016-10-11 04:38:44 +03:00
Images are copyrighted by [Docker, Inc](https://www.docker.com/).