The latest checkouts of Mapserver and its Node Mapserv bindings
1.4K
This is a base image providing the latest git checkouts of Mapserver and Node Mapserv running under a recent version of Node.js. By default the image runs the Node Mapserv tests:
docker run homme/node-mapserv:latest
Running Node directly from the image allows you to require() and play around with Node Mapserv interactively:
docker run -t -i homme/node-mapserv:latest /usr/bin/node
> var mapserv = require('mapserv');
undefined
> mapserv.versions
{ node_mapserv: '0.1.4',
mapserver: '6.5-dev',
mapserver_numeric: 60500,
mapserver_details: 'MapServer version 6.5-dev OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=XMP SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE' }
Note that the latest Mapserver git checkout is the latest at the time the image was built. If you want the absolute latest code of both Node Mapserv and Mapserver, build the docker image yourself locally along these lines:
docker build -t homme/node-mapserv:latest https://raw.github.com/geo-data/node-mapserv/master/docker/latest/Dockerfile
Content type
Image
Digest
sha256:8ab129916…
Size
278.8 MB
Last updated
almost 11 years ago
docker pull homme/node-mapserv