suppose we have 4 different images that exist in our system with these names:
container_1
container_2
container_3
container_4
suppose we run container_1 . my question is: is that possible container_1 run remains containers like container_2? I searched and questions and article I found was: docker runs in another docker? but this is not my case I need to run other containers alongside container_1.sry my knowledge about dockers is little.