DEV Community

Discussion on: How to Run Mule 4 In Docker Container

Collapse
 
mickaelbaye profile image
Mickaël B

Hello. I tried the example and it's not working. We can see in the logs that mule server is started but the application is not deployed.

Collapse
 
manikmagar profile image
Manik Magar

Hi Mickael,

I just tried it by following the steps in the post and application started -

 ✝  git/mule4-examples/say-hello-mule4-docker   master  curl http://localhost:8081/test/hello
Hello from Mule ESB (Version: 4.1.1). I am running inside docker image javastreets/mule.%

Collapse
 
mickaelbaye profile image
Mickaël B

Hello again. It was a mistake on my side.
This is great! :)

Thread Thread
 
manikmagar profile image
Manik Magar

Glad to know that you found it helpful!