Fully working community version of Mule ESB
458
The Image contains the fully working community version of Mule ESB
How to use
docker start mysql
docker pull dilshat/bmule
and then:
docker rm -f mule
WORKINGDIR=$HOME/yourmuleworkingdir
docker run -d -p 9081:9081 --name mule --link mysql:mysql
-v $WORKINGDIR/apps:/opt/mule/apps
-v $WORKINGDIR/app-config:/opt/mule/app-config
-v $WORKINGDIR/logs:/opt/mule/logs \
dilshat/bmule
After that, the Mule Application zip file can be deployed to the folder $WORKINGDIR/apps. 9081 is the http port that your application is supposed to bound to to received http requests.
Content type
Image
Digest
Size
746.3 MB
Last updated
almost 10 years ago
docker pull dilshat/bmule