Is it possible to combine and push multicontainer/images docker app to docker-hub? if yes how? -
i spent time , found best split big application in multiple containers. linking , docker compose can used link/network 2 or more images make big application.
my questions are: can make main image big project, hold sub images , push main image docker-hub? way, if sharing project 1 download 1 image , work. or have upload docker compose file , images in docker hub individually , write instructions collaborator run make big app running.
Comments
Post a Comment