MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution.
For more information, see MapCache repository: https://github.com/mapserver/mapcache
$ git clone
$ docker build -t camptocamp/mapache .
Get help:
$ docker run -d -p 8281:80 -v somewhere:/var/sig/tiles -v config.xml:/mapcache/config.xml --name mapcache camptocamp/mapcache
$ docker start mapcache
$ docker stop mapcache
Seed google layer from config file:
$ docker run --rm -ti -v somewhere:/var/sig/tiles -v config.xml:/mapcache/config.xml camptocamp/mapcache mapcache_seed -c /mapcache/config.xml -l google
Content type
Image
Digest
sha256:a1104236a…
Size
139.4 MB
Last updated
over 5 years ago
docker pull camptocamp/mapcache