Updated Engine 1.9.0 (markdown)

Arnaud Porterie 2015-07-30 18:19:32 -07:00
parent 6f30813bba
commit b0cd5fea64

@ -13,6 +13,10 @@ We want to fix this for 1.9.0 and be able to merge Phil's work, which means:
- All containers have their own user namespace (effectively preventing the use of `--net=host` or `--net=container:<id>`).
- A daemon-wide setting remaps the root user for all containers.
#### [#15188](https://github.com/docker/docker/issues/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](https://github.com/docker/docker/issues/14298) Client-side builder
As explained in the [roadmap document](https://github.com/docker/docker/blob/master/ROADMAP.md#122-builder), we want to enable client-side build.