Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)
| ... | ... |
@@ -708,6 +708,9 @@ container at any point. |
| 708 | 708 |
This is useful when you want to set up a container configuration ahead |
| 709 | 709 |
of time so that it is ready to start when you need it. |
| 710 | 710 |
|
| 711 |
+Note that volumes set by `create` may be over-ridden by options set with |
|
| 712 |
+`start`. |
|
| 713 |
+ |
|
| 711 | 714 |
Please see the [run command](#run) section for more details. |
| 712 | 715 |
|
| 713 | 716 |
#### Example |
| ... | ... |
@@ -7,6 +7,11 @@ page_keywords: docker, documentation, about, technology, understanding, release |
| 7 | 7 |
You can view release notes for earlier version of Docker by selecting the |
| 8 | 8 |
desired version from the drop-down list at the top right of this page. |
| 9 | 9 |
|
| 10 |
+##Version 1.4.1 |
|
| 11 |
+(2014-12-17) |
|
| 12 |
+ |
|
| 13 |
+This release fixes an issue related to mounting volumes on `create`. Details available in the [Github milestone](https://github.com/docker/docker/issues?q=milestone%3A1.4.1+is%3Aclosed). |
|
| 14 |
+ |
|
| 10 | 15 |
##Version 1.4.0 |
| 11 | 16 |
(2014-12-11) |
| 12 | 17 |
|