Dockerization of Mule 4.3 runtime with a test.jar app
To build the image.
docker build --tag="mule-test:4.3.0" .To make a container and run the app
docker run -it --name Mule-Test -p:9001:8081 mule-test:4.3.0Make a GET request using Postman or ARC to http://ip-docker:9001/hello
should respond HELLO Max