Building source to separate images in YAML #206
Unanswered
starnutoditopo
asked this question in
Q&A
Replies: 1 comment
-
If the same image has two apps in it because they are the same git repo or something, then just change the CMD when you run the 2nd container to launch the different file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose we are dealing with and architecture similar to the one in assignment 66 ( https://www.udemy.com/course/docker-mastery/learn/lecture/6790714#overview ), that is:
Developers wrote code to access the db and use the same component both for the user front-end and the administrator application.
In such a situation:
This situation has something I don't like: the same container has both front-end and result application running. I would like the application to run on its own container and the result to run on other containers.
Is there a good way of creating separate containers in YAML files?
Beta Was this translation helpful? Give feedback.
All reactions