Sign inSign up

pdok/t-rex

By pdok

Updated over 2 years ago

Image
0

10K+

pdok/t-rex repository overview

t-rex-docker

GitHub license GitHub release Docker Pulls

What will it do

This will create a t-rex docker image based on t-rex vector tile server that is publicly available through docker hub.

Docker

build
docker build -t pdok/t-rex .
check version
docker run pdok/t-rex t_rex --version
run example
docker run -p 6767:6767 -v `pwd`/example:/srv/data pdok/t-rex t_rex serve --bind 0.0.0.0 --datasource /srv/data/netherlands.gpkg

A list of all detected layers is available at http://localhost:6767/

Documentation

The documentation regarding t-rex vector tile server can be found here

Tag summary

Content type

Image

Digest

Size

143.4 MB

Last updated

about 5 years ago

docker pull pdok/t-rex