Skip to content

tobiasneumann/docker-mapit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-mapit

This docker container builds and runs a mapit server. You can use the master to get the newest version of mapit or one of the tags, they build and run the corresponding version of mapit.

Build

docker build -t mapit .

Run

docker run \
  -p 5555:5555 \
  -v <absolute-path-to-mapit-repo-on-host-system>/.mapit:/root/ws/mapit/build/tools/mapitd/.mapit \
  mapit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 98.6%
  • Shell 1.4%