Browse code

Update deprecated docs for LXC built-in exec driver

The LXC built-in exec driver has been deprecated in 1.8 and
further removed in 1.10, yet in deprecated.md it still shows:
```
Target For Removal In Release: v1.10
```

This fix changes the above to `Removed In Release:`.

In addition, lxc-conf flag and API fields have already been
removed in 1.10 as well so the related description has also been
updated in this fix.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Yong Tang authored on 2016/05/15 08:55:01
Showing 1 changed files
... ...
@@ -84,10 +84,9 @@ Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` a
84 84
 ### LXC built-in exec driver
85 85
 **Deprecated In Release: v1.8**
86 86
 
87
-**Target For Removal In Release: v1.10**
87
+**Removed In Release: v1.10**
88 88
 
89
-The built-in LXC execution driver is deprecated for an external implementation.
90
-The lxc-conf flag and API fields will also be removed.
89
+The built-in LXC execution driver, the lxc-conf flag, and API fields have been removed.
91 90
 
92 91
 ### Old Command Line Options
93 92
 **Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)**