From 2a36a93d04f82d0253fd6c10e109c0cfeb551850 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Sun, 4 Oct 2015 23:04:36 +0200 Subject: [PATCH] Update documentation on the revert on env validation Signed-off-by: Vincent Demeester --- docs/reference/commandline/run.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index afb70487..471a2bd5 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -216,7 +216,8 @@ An example of a file passed with `--env-file` _TEST_BAR=FOO TEST_APP_42=magic helloWorld=true - # 123qwe=bar <- is not valid + 123qwe=bar + org.spring.config=something # pass through this variable from the caller TEST_PASSTHROUGH @@ -231,6 +232,8 @@ An example of a file passed with `--env-file` helloWorld=true TEST_PASSTHROUGH=howdy HOME=/root + 123qwe=bar + org.spring.config=something $ docker run --env-file ./env.list busybox env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin @@ -243,9 +246,8 @@ An example of a file passed with `--env-file` helloWorld=true TEST_PASSTHROUGH= HOME=/root - -> **Note**: Environment variables names must consist solely of letters, numbers, -> and underscores - and cannot start with a number. + 123qwe=bar + org.spring.config=something A label is a a `key=value` pair that applies metadata to a container. To label a container with two labels: