Mule CE image with conf and logs folders - base image is mule 3.8.0. Different versions available.
972
-- Mule EE edition image is also avaiable here: https://github.com/granthbr/mule-ee.git
mule version 3.8.0
To run this with this image with the conf, lib, and app directory:
First build it: docker build -t /mule-ce
Then run it: docker run -d -v $PWD/conf/:/opt/mule/conf -v $PWD/logs:/opt/mule/logs -v $PWD/apps:/opt/mule/apps -p 8888:8888 /mule-ce
Or use the docker-compose file after cloning this source: docker-compose up
Additional community editions are available. Just change tar location and md5 checksum in the Dockerfile. Both the tar file and checksum are available at the location of the wget endpoint.
Content type
Image
Digest
Size
391.1 MB
Last updated
about 10 years ago
docker pull granthbr/mule-ce