Sign inSign up

foliehatt/mapproxy

By foliehatt

•Updated almost 6 years ago

mapproxy docker image

Image
0

196

foliehatt/mapproxy repository overview

⁠Dockerized MapProxy

⁠Note

uWSGI⁠ server. Uses this fork⁠ of MapProxy⁠ to be able to use gzipped files.

Source GitHub repository⁠

⁠Run

Single mode:

$ docker run --name 'docker-mapproxy' -p 8080:8080 --rm -v /your/local/mount:/app/yaml docker-mapproxy

Multi mode:

$ docker run --name 'docker-mapproxy' -p 8080:8080 --rm -v /your/local/mount:/app/yaml docker-mapproxy multi
⁠YAML files for MapProxy

In single mode base config files will be created to local mount directory if mapproxy.yaml does not exist.

In multi mode no initial configuration is created. This mode reads all the .yaml files from the local mount.

With current settings container is running on localhost:8080

Tag summary

Content type

Image

Digest

Size

486.6 MB

Last updated

almost 6 years ago

docker pull foliehatt/mapproxy