From 5acd85c6e8759807449494a55382f6f5ae2893bb Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 19 Jul 2016 23:58:32 -0700 Subject: [PATCH] Add `--env-file` flag to `docker create service` This fix tries to address the issue in 24712 and add `--env-file` file to `docker create service`. Related documentation has been updated. An additional integration has been added. This fix fixes 24712. Signed-off-by: Yong Tang --- docs/reference/commandline/service_create.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/commandline/service_create.md b/docs/reference/commandline/service_create.md index 434e93305e..3feaf6435d 100644 --- a/docs/reference/commandline/service_create.md +++ b/docs/reference/commandline/service_create.md @@ -25,6 +25,7 @@ Options: --container-label value Service container labels (default []) --endpoint-mode string Endpoint mode (vip or dnsrr) -e, --env value Set environment variables (default []) + --env-file value Read in a file of environment variables (default []) --group-add value Add additional user groups to the container (default []) --help Print usage -l, --label value Service labels (default [])