harbour_crane_crystal
v0.1.0
Harbour Crane Crystal language to manage Docker images, containers, volumes ...
Install & Use
Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
harbour_crane_crystal:
github: thooams/harbour_crane_crystal
Readme
Harbour Crane Crystal
Harbour Crane Crystal is a web interface to manage you web application through Docker
containers, images and volumes.
Installation
In construction
Usage
Create and migrate database
crystal scr/bin/migrate.cr
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/thooams/harbour_crane_crystal/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors