You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
10
+
## Version 1.5.0
11
+
(2015-02-03)
14
12
15
-
##Version 1.4.0
16
-
(2014-12-11)
17
-
18
-
This release provides a number of new features, but is mainly focused on bug
19
-
fixes and improvements to platform stability and security.
13
+
For a complete list of patches, fixes, and other improvements, see the
14
+
[merge PR on GitHub](https://github.com/docker/docker/pull/10286).
20
15
21
-
For a complete list of patches, fixes, and other improvements, see the [merge PR on GitHub](https://github.com/docker/docker/pull/9345).
22
-
23
16
*New Features*
24
17
25
-
* You can now add labels to the Docker daemon using key=value pairs defined with
26
-
the new `--label` flag. The labels are displayed by running `docker info`. In
27
-
addition, `docker info` also now returns an ID and hostname field. For more
28
-
information, see the
29
-
[command line reference](http://docs.docker.com/reference/commandline/cli/#daemon).
30
-
* The `ENV` instruction in the `Dockerfile` now supports arguments in the form
31
-
of `ENV name=value name2=value2..`. For more information, see the
32
-
[command line reference](http://docs.docker.com/reference/builder/#env)
0 commit comments