I want to install rabbitmq inside the Windows container on my local Docker Desktop. I want to distribute it on Windows server. I do not want to install any Linux VM and all on Windows server. I simply want to install docker engine on Windows server and distribute my local machine docker image ( which has RabbitMQ setup) to the windows server.
Please explain how to do that.
Docker was developed as a container technology for Linux. Docker engine is a Linux tool.
Docker Inc worked hard to get it running as a developer tools on Windows by providing Docker Desktop, which usually runs Linux containers in a VM. Then somehow native Windows containers were bolted onto that.
Do you want to run a Linux or native Windows container?
Thanks for reply.
I want to run RabbitMQ in Windows container on my local first, and on Windows Server I do not want to use the Linux VM etc. Simply on Windows Server want to install the Docker Engine and want to distribute my local docker image there.
If you search on Docker Hub, ou can filter to Windows container images. Here is a direct link to the RabbitMQ-related Windows container images on Docker Hub