I have built a docker image using one of my Chef cookbooks. When I start the container none of the services are running and none of the TCP ports are open. It’s a bit complicated to have to go back and figure out every single port that should be open…
Do I really need to build a Dockerfile from scratch that does the same thing? (if that’s the best practice then I will go that route)
Thanks!