inviqa / dock-cli

Dock CLI
MIT License
39 stars 14 forks source link

Differences with Docker compose? #71

Closed mnapoli closed 9 years ago

mnapoli commented 9 years ago

Hi there, interesting project! What are the differences with docker compose? Also it might be interesting to document this in the readme too.

sroze commented 9 years ago

Hi ! This tool is using docker-compose and its goal is to add an abstraction layer on top of that, especially for local Docker development environment installation, and common useful features such as the ps command that prints the DNS resolution of containers.

It'll also be the home of small project-related extensions, to ease developer's life when dealing with Docker-based projects :+1:

mnapoli commented 9 years ago

:+1: thanks for the info ;)