Popularity
3.5
Declining
Activity
0.0
Stable
10
3
2

Programming language: Crystal
License: MIT License
Tags: Examples And Funny Stuff    

docker-kemal alternatives and similar shards

Based on the "Examples and funny stuff" category.
Alternatively, view docker-kemal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of docker-kemal or a related project?

Add another 'Examples and funny stuff' Shard

README

docker-kemal

This project was created following: http://kemalcr.com/

Installation

This project has been dockerized.

To build the docker image from this repo:

docker-compose build

Usage

To both build and run this repo, use:

docker-compose up

Development

Iterate by cntl-c and re-running the docker-compose up

Contributing

  1. Fork it ( https://github.com/ianblenke/docker-kemal/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors