Browse Source

Mark snippet in docker docs NOTCONSOLE

That keeps us from failing the build because it is "unconverted".

Relates to #21497
Nik Everett 9 years ago
parent
commit
df2a5e7691
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/reference/setup/install/docker.asciidoc

+ 4 - 0
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`.