Howto configure the hivemq-ce docker container

Moin,

it was easy to start the official docker container from docker hub.

Now i can replace my self-made container. One question: How can I give hivemq in the container a modified own configuration file? I put an modifyied config.xml in my self-built container.

Thanks

Hello Fantaa,

Thanks for reaching out. Yes, you can create a custom image and have your customized config.xml.

You can copy files using docker cp command to your hivemq image
docker** cp <src-path> < **container** >:<dest-path>

or you can create a custom Dockerfile and include steps to copy files

Please check here for detailed steps about creating custom docker image

Kind regards,
Sheetal