From df2a5e76913f55d8dfdf25e211dda53ef77e477c Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 17 Nov 2016 10:07:42 -0500 Subject: [PATCH] Mark snippet in docker docs NOTCONSOLE That keeps us from failing the build because it is "unconverted". Relates to #21497 --- docs/reference/setup/install/docker.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/setup/install/docker.asciidoc b/docs/reference/setup/install/docker.asciidoc index ac98af2ccaa..76cc8c71237 100644 --- a/docs/reference/setup/install/docker.asciidoc +++ b/docs/reference/setup/install/docker.asciidoc @@ -210,6 +210,10 @@ curl -u elastic http://127.0.0.1:9200/_cat/health Enter host password for user 'elastic': 1472225929 15:38:49 docker-cluster green 2 2 4 2 0 0 0 0 - 100.0% -------------------------------------------- +// NOTCONSOLE +// This is demonstrating curl. Console will prompt you for a username and +// password so no need to demonstrate that. Converting this would not show the +// important `-u elastic` parameters for `curl`. Log messages go to the console and are handled by the configured Docker logging driver. By default you can access logs with `docker logs`.