Skip to content

86rishab/MuleHelloWorld_Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MuleHelloWorld_Docker

Maven based mule project has been dockerized and tested via postman.

Running the project :

Go to the folder where pom.xml is present and run the following commands:-

a) mvn clean package

b) docker build -t muledocker .

c) docker run -p 80:8081 --name muledocker muledocker

Test url : http://localhost:80/dockerhelloworld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors