Mule CE versions 3.5.0, 3.6.0, 3.6.1, 3.7.0, 3.8.0
100K+
Docker Image packaging for MuleESB http://www.mulesoft.org
docker pull vromero/mule
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
| Mount point | Description |
|---|---|
| /opt/mule/apps | Mule Application deployment directory |
| /opt/mule/domains | Mule Domains deployment directory |
| /opt/mule/conf | Configuration directory |
| /opt/mule/logs | Logs directory |
| Port | Description |
|---|---|
| 8081 | Default 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
Content type
Image
Digest
sha256:e649b5773…
Size
533.1 MB
Last updated
over 8 years ago
docker pull vromero/mule