diff --git a/README.md b/README.md index 4cdabab5..0d1f35d5 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati ### Getting Tile38 The easiest way to get Tile38 is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows. Instructions for using these binaries are on the GitHub [releases page](https://github.com/tidwall/tile38/releases). +TIle38 is also available as a [Docker image](https://hub.docker.com/r/tile38/tile38/) which is built on top of [Alpine Linux](https://alpinelinux.org/). If you want to try the latest version, you can build Tile38 from the master branch. diff --git a/docker/README.md b/docker/README.md index 4ba40f02..33487c89 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,4 +1,4 @@ -![Tile38 Logo](../doc/logo200.png) +![Tile38 Logo](https://github.com/tidwall/tile38/blob/master/doc/logo200.png) Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.