Docker image for MuleSoft Community Edition with Maven.
949
Docker Image packaging for MuleESB http://www.mulesoft.org Based on vromero/mule image.
docker pull lrabbt/mule-ce-maven
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 lrabbt/mule-ce-maven
| 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
Size
551.9 MB
Last updated
over 8 years ago
docker pull lrabbt/mule-ce-maven