samples/consul-ui/README.md in consul-templaterb-1.18.1 vs samples/consul-ui/README.md in consul-templaterb-1.18.2
- old
+ new
@@ -10,9 +10,16 @@
* `consul-timeline-ui.html` Let you see all changes applied to your services with history
* List all keys
* List all nodes
* List datacenters
+## Quick install with Docker
+
+An Docker image is also available https://hub.docker.com/r/discoverycriteo/consul-templaterb
+and allows to quickly have a working
+[Consul-UI](https://github.com/criteo/consul-templaterb/blob/master/samples/consul-ui/README.md)
+that will server the UI to explore your Consul Cluster.
+
## Is it prod ready?
This application is used for several months within Criteo to replace Consul native interface and
is used daily by hundreds of users. At Criteo, consul-templaterb creates the static web, updates
it continuously and all the static pages are served using nginx, but any web server might be used.