Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 602 Bytes

Ubuntu GIS Server

Docker Pulls

Travis

GIS Server in Ubuntu Xenial with Mpserver, Mapcache and QGIS Server.

  • Mapserver version 7.0.4
  • Mapcache version 1.4.1
  • QGIS Server v2.18.4

Install

$ git clone
$ docker build -t samtux/gisserver .

Run

$ docker run -d -p 8281:80 -v "gisdata":/gisdata -v config.xml:/mapcache/config.xml --name gisserver samtux/gisserver