1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Additions for 1.4.1 release

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)
This commit is contained in:
Fred Lifton 2014-12-16 17:40:02 -08:00
parent d06f496e4a
commit 6afe5bf9ed
2 changed files with 8 additions and 0 deletions

View file

@ -708,6 +708,9 @@ container at any point.
This is useful when you want to set up a container configuration ahead This is useful when you want to set up a container configuration ahead
of time so that it is ready to start when you need it. of time so that it is ready to start when you need it.
Note that volumes set by `create` may be over-ridden by options set with
`start`.
Please see the [run command](#run) section for more details. Please see the [run command](#run) section for more details.
#### Example #### Example

View file

@ -7,6 +7,11 @@ page_keywords: docker, documentation, about, technology, understanding, release
You can view release notes for earlier version of Docker by selecting the You can view release notes for earlier version of Docker by selecting the
desired version from the drop-down list at the top right of this page. desired version from the drop-down list at the top right of this page.
##Version 1.4.1
(2014-12-17)
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).
##Version 1.4.0 ##Version 1.4.0
(2014-12-11) (2014-12-11)