瀏覽代碼

Merge pull request #9703 from fredlf/1.4.1-docs-update

Additions for 1.4.1 release
Sven Dowideit 10 年之前
父節點
當前提交
f0f4e42375
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 3 0
      docs/sources/reference/commandline/cli.md
  2. 5 0
      docs/sources/release-notes.md

+ 3 - 0
docs/sources/reference/commandline/cli.md

@@ -708,6 +708,9 @@ container at any point.
 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.
 
+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.
 
 #### Example

+ 5 - 0
docs/sources/release-notes.md

@@ -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
 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
 (2014-12-11)