rasodu / DLEMP

0 stars 0 forks source link

Don't use docker-compose for building images #85

Closed rasodu closed 7 years ago

rasodu commented 7 years ago

Write a shell script that build images. Compose should not be used for building images.

This will allow you to change to Container Orchestration tool in future easily.

rasodu commented 7 years ago

We are free to switch to Kubernetes to run container. We should evaluate pros and cons of using Kubernetes and Docker Compose.

Docker Compose

rasodu commented 7 years ago

We will stick with Docker Compose because of its ease of use.