Hi All,
I’m a docker beginner, I use windows os and I ask can I create docker file for installing MySql,MongoDB,Erlang,RabbitMQ
and running some commands on this apps and if yes how can I start this in a docker file
Thanks in advance
Share and learn in the Docker community.
Hi All,
I’m a docker beginner, I use windows os and I ask can I create docker file for installing MySql,MongoDB,Erlang,RabbitMQ
and running some commands on this apps and if yes how can I start this in a docker file
Thanks in advance
Hi
The Docker way would be to create 1 container for each of those, and they are probertly allready at https://hub.docker.com
Thank for your reply, but how can I start writing My DockerFile to do this
Just to be sure, you want to know how to create your own mysql image, instead of using the official one?
or do you want to know how to use the official images by using docker-compose?
I want to know to use the official images and if I can use all these images with windows OS