This will create a t-rex docker image based on t-rex vector tile server that is publicly available through docker hub.
docker build -t pdok/t-rex .
docker run pdok/t-rex t_rex --version
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/
The documentation regarding t-rex vector tile server can be found here
Content type
Image
Digest
Size
143.4 MB
Last updated
about 5 years ago
docker pull pdok/t-rex