melvindave/mule3-7

By melvindave

Updated over 8 years ago

Mule Community Standalone 3.7

Image

89

Usage

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

Sample Hello World

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 Command

docker pull melvindave/mule3-7