A
A
Alexey2018-09-04 03:51:46
Openshift
Alexey, 2018-09-04 03:51:46

How to set up convenient orchestration by docker containers?

Tell me who can. There are two Docker containers with Databases (Postgres and Mysql), one container with Nginx Proxy and a bunch of containers with web applications. It is required that when creating new web applications, they can be quickly connected to databases and nginx, a base for the application is created in the container with the required database, and a new config file for the new application is picked up and applied in the container with nginx, preferably by pressing one buttons all this deployed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Hikmat Abdunabiev, 2018-09-04
@Khikmat

For orchestration, look towards Kubernetes or Docker Swarm. And deploy with one button, you either need to write a script for it or use CI / CD technology.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question