Creating Docker

Hello guys, I’m new in this world and I want to take some doubts, if you guys can help me with this! I need to create a “docker” to house some applications of different technologies. Just an example, one application that uses sqlserver and asp.net boilerplate and other application would be mysql and php. My doubts is if I can put a dns for each docker? What operating system I should use “windows” or “Linux”?

Hi @h4r3f, sounds like you should look into some of the basics to get a feel for how Docker works and what can be done with it. Linux is the easiest OS to get started with (daemon-side – Docker for Mac and Windows are available to still use Linux-based Docker on these platforms though) although Windows is making inroads. Take a look at https://docs.docker.com/engine/userguide/networking/ if you’d like to get a better feel for how Docker networking works.