summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Tang <yong.tang.github@outlook.com>2016-05-07 08:46:15 -0700
committerSebastiaan van Stijn <github@gone.nl>2016-05-11 14:41:16 +0200
commit7e83ae34dc8953eed4a0d0fdb9aa33b843102b5a (patch)
tree97bfa3c16150e4dcaeb520b8429a8e75c40f5a22
parentef76dd07612c890b0d03891429617cc6076815f8 (diff)
downloaddocker-7e83ae34dc8953eed4a0d0fdb9aa33b843102b5a.tar.gz
Add the missing subtitle in deprecated docs for --security-opt.
The colon separator(`:`) of `--security-opt` flag was deprecated in 1.11.0. However, the subtitle in deprecated docs is missing so it is placed under the same subtitle as the deprecated `-e` and `--email` flags. This fix adds the missing subtitle in deprecated docs. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit 018c22880d594b1de06216aa05186f2ebe9a1e9c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--docs/deprecated.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/deprecated.md b/docs/deprecated.md
index f1c1fb0a77..d4702c0f90 100644
--- a/docs/deprecated.md
+++ b/docs/deprecated.md
@@ -21,6 +21,11 @@ The following list of features are deprecated in Engine.
The docker login command is removing the ability to automatically register for an account with the target registry if the given username doesn't exist. Due to this change, the email flag is no longer required, and will be deprecated.
+### Separator (`:`) of `--security-opt` flag on `docker run`
+**Deprecated In Release: v1.11**
+
+**Target For Removal In Release: v1.13**
+
The flag `--security-opt` doesn't use the colon separator(`:`) anymore to divide keys and values, it uses the equal symbol(`=`) for consinstency with other similar flags, like `--storage-opt`.
### Ambiguous event fields in API