6a369b440b | ||
---|---|---|
__tests__ | ||
browser | ||
fonts | ||
images | ||
resources | ||
src | ||
styles | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
deps | ||
gulpfile.js | ||
index.html | ||
kitematic-beta.icns | ||
kitematic.icns | ||
package.json | ||
preprocessor.js |
README.md
Kitematic is a simple application for managing Docker containers on Mac OS X.
Installing Kitematic
Download the latest version of Kitematic.
Documentation
Kitematic's documentation and other information can be found at http://kitematic.com/docs.
Development
npm install
To run the app in development:
npm start
Building the Mac OS X Package
npm run release
Unit Tests
npm test
Uninstalling
- Remove Kitematic.app
# remove app data
rm -rf ~/Library/Application\ Support/Kitematic
Bugs and Feature Requests
Have a bug or a feature request? Please first read the Issue Guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Contributing
Please read through our Contributing Guidelines. Included are directions for opening issues, coding standards, and notes on development.
Community
Keep track of development and community news.
- Follow @kitematic on Twitter.
- Read and subscribe to The Kitematic Blog.
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Kitematic is maintained under the Semantic Versioning Guidelines. We'll try very hard to adhere to those rules whenever possible.
Copyright and License
Code released under the AGPL license.