Sign inSign up

andreptb/mule

By andreptb

Updated over 10 years ago

Debian Jessie based image with Mule ESB Community installed. Provides versions for Oracle JDK 7

Image
6

10K+

andreptb/mule repository overview

How to use

docker pull andreptb/mule
Usage

For a simple application using 8083 port as HTTP

docker run -d -name myMuleInstance -p 8083:8083 andreptb/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
8083Default HTTP port
8081Default HTTP port (Alpine)
1099JMX port (Alpine)

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

-p 1234:1234

Differences between this image and vromero/mule-docker

  • Uses [andreptb/oracle-java] instead of [java:openjdk-8-jdk]
  • Uses default port 8083 instead of 8081
Alpine images

This image is based on the popular Alpine Linux project, available in the alpine official image. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

This variant is highly recommended when final image size being as small as possible is desired. See this Hacker News comment thread for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.

To minimize image size, it's uncommon for additional related tools (such as git or bash) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the alpine image description for examples of how to install packages if you are unfamiliar).

Tag summary

Content type

Image

Digest

sha256:a39e76147

Size

771.8 MB

Last updated

over 10 years ago

docker pull andreptb/mule