melvindave/mule3-7
mkdir -p ~/Documents/Docker/mule/apps/helloworld mkdir -p ~/Documents/Docker/mule/logs cd ~/Documents/Docker/mule/apps/helloworld/ vim mule-config.xml
#Copy from below the sample mule-config.xml and save in ~/Documents/Docker/mule/apps/helloworld/ https://docs.mulesoft.com/mule-fundamentals/v/3.7/build-a-hello-world-application
#Run docker run -d --name mule_docker -p 8081:8081 -v ~/Documents/Docker/mule/apps:/opt/mule/apps -v ~/Documents/Docker/mule/logs:/opt/mule/logs melvindave/mule3-7
This is sample config you can use. Just drop in ~/Documents/Docker/mule/apps/helloworld/ https://docs.mulesoft.com/mule-fundamentals/v/3.7/build-a-hello-world-application
docker pull melvindave/mule3-7