rachidcalazans / chid

Simple assistant for day-to-day life. Developers and common users
25 stars 12 forks source link

add task install docker and module enviroment in chid app #12

Open netodevel opened 7 years ago

netodevel commented 7 years ago

chid install docker

Enviroment

Simple module to provide basic environments

In chid app run :

env list list all images supported for chid

env spring-boot
env ruby
env java
env mysql

The env command will create the container with the specified image.

Use in the project, the lib docker-api designed in ruby https://github.com/swipely/docker-api

rachidcalazans commented 7 years ago

Will be a great feature