Skip to content

agmip/vmapper-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vmapper-container

This is a simple Docker container used to build and execute the vmapper web application. It is based on the maven 3.6-adoptopenjdk-8 image.

How to run

Assuming a correct docker environment:

docker build -t agmip/vmapper-container:latest .

will build the container and

docker run -d -p 8081:8081 agmip/vmapper-container:latest

will execute the container and bind it to localhost:8081

About

A Docker container for VMapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published