mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
63 lines
2.7 KiB
Markdown
63 lines
2.7 KiB
Markdown
+++
|
|
title = "Docker Release Notes"
|
|
description = "Release notes for Docker 1.x."
|
|
keywords = ["docker, documentation, about, technology, understanding, release"]
|
|
[menu.main]
|
|
parent = "mn_about"
|
|
+++
|
|
|
|
# Release notes
|
|
(2015-06-22)
|
|
|
|
On June, 22 2015 Docker released Docker Engine (1.7.0), Docker Compose 1.3,
|
|
Docker Swarm 0.3, and Docker Machine 0.3 to the public. Features and highlights
|
|
of these Docker product releases are detailed in the following Docker blog posts:
|
|
|
|
* [Extending Docker with Plugins](http://blog.docker.com/2015/06/extending-docker-with-plugins)
|
|
* [Announcing Docker 1.7 Multi-host Networking Plugins and Orchestration Updates](http://blog.docker.com/2015/06/announcing-docker-1-7-multi-host-networking-plugins-and-orchestration-updates)
|
|
* [Networking Receives an Upgrade](http://blog.docker.com/2015/06/networking-receives-an-upgrade)
|
|
* [Compose 1.3, Swarm 0.3, Machine 0.3](http://blog.docker.com/2015/06/compose-1-3-swarm-0-3-machine-0-3)
|
|
* [Open Container Project Foundation](http://blog.docker.com/2015/06/open-container-project-foundation)
|
|
* [Open Container Project Runtime](http://blog.docker.com/2015/06/runc/)
|
|
|
|
## Docker Engine 1.7.0
|
|
|
|
For a complete list of engine patches, fixes, and other improvements, see the
|
|
[merge PR on GitHub](https://github.com/docker/docker/pull/13528). You'll also
|
|
find [a changelog in the project
|
|
repository](https://github.com/docker/docker/blob/master/CHANGELOG.md).
|
|
|
|
Beginning with this release, Docker Engine maintains an on-going experimental
|
|
build. To learn more about the build and try it for yourself, see [the
|
|
experimental directory in the Docker
|
|
project](https://github.com/docker/docker/tree/master/experimental).
|
|
|
|
|
|
## Docker Compose 1.3
|
|
|
|
For a complete list of compose patches, fixes, and other improvements, see the
|
|
[changelog in the project
|
|
repository](https://github.com/docker/compose/blob/master/CHANGES.md). The
|
|
project also makes a [set of release
|
|
notes](https://github.com/docker/compose/releases/tag/1.3.0) on the project.
|
|
|
|
|
|
## Docker Swarm 0.3
|
|
|
|
You'll find the [release for download on
|
|
GitHub](https://github.com/docker/swarm/releases/tag/v0.3.0-rc3) and [the
|
|
documentation here](https://docs.docker.com/swarm/).
|
|
|
|
|
|
## Docker Machine 0.3
|
|
|
|
You'll find the [release for download on
|
|
GitHub](https://github.com/docker/machine/releases). This page also
|
|
includes a list of the features provided in the release. For a complete list of
|
|
machine changes see [the changelog in the project
|
|
repository](https://github.com/docker/machine/blob/master/CHANGES.md).
|
|
|
|
Beginning with this release, Docker Machine provides you with a set of
|
|
experimental features to try out. To learn more about the build and try it for
|
|
yourself, see [the experimental directory in the Docker
|
|
Machine project](https://github.com/docker/machine/tree/master/experimental). |