Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 440 Bytes

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