vromero/mule

By vromero

Updated almost 7 years ago

Mule CE versions 3.5.0, 3.6.0, 3.6.1, 3.7.0, 3.8.0

Image
27

100K+

Mule ESB Dockerfile

Docker Image packaging for MuleESB http://www.mulesoft.org

How to use

docker pull vromero/mule
Usage

For a simple application using 8081 port as HTTP

docker run -d --name myMuleInstance -P -v ~/myAppsDir:/opt/mule/apps -v ~/myLogsDir:/opt/mule/logs vromero/mule

Noteworthy mount points

Mount pointDescription
/opt/mule/appsMule Application deployment directory
/opt/mule/domainsMule Domains deployment directory
/opt/mule/confConfiguration directory
/opt/mule/logsLogs directory

Exposed ports

PortDescription
8081Default HTTP port

This means only exposed port is 8081, if the application has other needs you should use -p rather than -P

-p 1234:1234

Docker Pull Command

docker pull vromero/mule