First create an docker image

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 :slight_smile:

2 Likes

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