From 1b58d38d905bd8e1ea0a9ad8b48dd5d5f00d6b4a Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 28 Mar 2022 15:28:16 +0200 Subject: [PATCH] Readme: Remove tileserver-gl-light docker When following the readme `docker run --rm -it -v $(pwd):/data -p 8000:80 tileserver-gl-light` the error says: ```sh % docker run --rm -it -v $(pwd):/data -p 8000:80 tileserver-gl-light Unable to find image 'tileserver-gl-light:latest' locally docker: Error response from daemon: pull access denied for tileserver-gl-light, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. ``` This removes the part of the documentation that is out of date. --- README_light.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README_light.md b/README_light.md index 2e019ff..0ee9e0f 100644 --- a/README_light.md +++ b/README_light.md @@ -27,9 +27,5 @@ docker build -t tileserver-gl-light . [Download from OpenMapTiles.com](https://openmaptiles.com/downloads/planet/) or [create](https://github.com/openmaptiles/openmaptiles) your vector tile, and run following in directory contains your *.mbtiles. -``` -docker run --rm -it -v $(pwd):/data -p 8000:80 tileserver-gl-light -``` - ## Documentation -You can read full documentation of this project at https://tileserver.readthedocs.io/. \ No newline at end of file +You can read full documentation of this project at https://tileserver.readthedocs.io/.