page_title: Docker 1.x Series Release Notes page_description: Release Notes for Docker 1.x. 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.
(2015-02-03)
For a complete list of patches, fixes, and other improvements, see the merge PR on GitHub.
New Features
Dockerfile
. Instead it will generate an error and halt
processing.docker0
bridge. For more information see the
IPv6 networking reference.--read-only
, restricting your
container to writing to volumes PR# 10093.docker stats CONTAINERID
command has been added to allow users to view a
continuously updating stream of container resource usage statistics. See the
stats
command line reference and the
container stats
API reference.
Note: this feature is only enabled for the libcontainer
exec-driver at this point.Dockerfile
by running
docker build -f alternate.dockerfile .
. This will allow the definition of multiple
Dockerfile
s for a single project. See the docker build
command reference for more information.docker inspect
command now lists ExecIDs generated for each docker exec
process.
See PR #9800) for more details.docker inspect
command now shows the number of container restarts when there
is a restart policy (PR #9621)Note: Development history prior to version 1.0 can be found by searching in the Docker GitHub repo.
This section lists significant known issues present in Docker as of release date. It is not exhaustive; it lists only issues with potentially significant impact on users. This list will be updated as issues are resolved.
Unexpected File Permissions in Containers An idiosyncrasy in AUFS prevents permissions from propagating predictably between upper and lower layers. This can cause issues with accessing private keys, database instances, etc. For complete information and workarounds see Github Issue 783.
Docker Hub incompatible with Safari 8 Docker Hub has multiple issues displaying on Safari 8, the default browser for OS X 10.10 (Yosemite). Users should access the hub using a different browser. Most notably, changes in the way Safari handles cookies means that the user is repeatedly logged out. For more information, see the Docker forum post.