Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mule App on Docker

Dockerization of Mule 4.3 runtime with a test.jar app

Installation

To build the image.

docker build --tag="mule-test:4.3.0" .

To make a container and run the app

docker run -it --name Mule-Test -p:9001:8081 mule-test:4.3.0

Usage

Make a GET request using Postman or ARC to http://ip-docker:9001/hello

should respond HELLO Max

About

Dockerization of Mule 4.3 Runtime

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages