mirror of
https://github.com/moby/moby.git
synced 2024-11-21 10:38:51 +00:00
Page:
Engine 1.10.0
Pages
Bumping the Go toolchain version
Docker 0.2.0 release note, April 25 2013
Docker 0.3.0 release note, May 6 2013
Docker 0.4.0 release note, june 3 2013
Docker 0.4.0: Remote API, Build, Openstack Integration
Docker 0.5.0: external volumes, advanced networking, self hosted registry
Docker external resources
Docker in Docker
Docker run improvements
Engine 1.10.0
Engine 1.11.0
Engine 1.7.0
Engine 1.8.0
Engine 1.9.0
Engine v1.10.0 content addressability migration
Hack Day #4 lightning talks
Home
Projects using docker
Public docker images
Resouces
Volumes & persistent data storage
libvirt lxc
testing
4
Engine 1.10.0
Arnaud Porterie edited this page 2015-12-10 15:15:45 -08:00
Schedule
- Freeze: 2016-01-14
- Release: 2016-02-04
1.10.0 - Release goals
#17142 Seccomp integration
Initial support for seccomp, in preparation for the bigger design of security profiles.
#15188 Better API implementation
We would like to rewrite our API, not to change the endpoint in a first phase, but at least to have a better, typed, self-documented, versioned version of the Docker API that we could share between Engine and Swarm.
#14298 Progress towards a client-side builder
As explained in the roadmap document, we want to enable client-side build.
#xxxxx Distribution refactoring
Refactor client-side push/pull code:
- Separate images from layers
- End-to-end content addressibility.
#xxxxx DNS-based name resolution
Avoid relying on /etc/hosts
for container name resolution, and switch to a DNS based solution.
#xxxxx Stable user namespaces
Continue the work on #15187 (currently experimental).