From 8324f11b5af74b76b7cb4709f2aca45f8cb29bf9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 16 Jan 2017 18:45:55 +0100 Subject: [PATCH] Add missing 1.13 features to changelog Signed-off-by: Sebastiaan van Stijn --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf86fe5c1..310dc2b563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,7 @@ To manually remove all plugins and resolve this problem, take the following step + Add capability to /containers/create API to specify mounts in a more granular and safer way [#22373](https://github.com/docker/docker/pull/22373) + Add `--format` flag to `network ls` and `volume ls` [#23475](https://github.com/docker/docker/pull/23475) * Allow the top-level `docker inspect` command to inspect any kind of resource [#23614](https://github.com/docker/docker/pull/23614) ++ Add --cpus flag to control cpu resources for `docker run` and `docker create`, and add `NanoCPUs` to `HostConfig` [#27958](https://github.com/docker/docker/pull/27958) - Allow unsetting the `--entrypoint` in `docker run` or `docker create` [#23718](https://github.com/docker/docker/pull/23718) * Restructure CLI commands by adding `docker image` and `docker container` commands for more consistency [#26025](https://github.com/docker/docker/pull/26025) - Remove `COMMAND` column from `service ls` output [#28029](https://github.com/docker/docker/pull/28029) @@ -179,6 +180,7 @@ To manually remove all plugins and resolve this problem, take the following step * Make `docker node ps` default to the current node [#25214](https://github.com/docker/docker/pull/25214) + Add `--dns`, -`-dns-opt`, and `--dns-search` to service create. [#27567](https://github.com/docker/docker/pull/27567) + Add `--force` to `docker service update` [#27596](https://github.com/docker/docker/pull/27596) ++ Add `--health-*` and `--no-healthcheck` flags to `docker service create` and `docker service update` [#27369](https://github.com/docker/docker/pull/27369) + Add `-q` to `docker service ps` [#27654](https://github.com/docker/docker/pull/27654) * Display number of global services in `docker service ls` [#27710](https://github.com/docker/docker/pull/27710) - Remove `--name` flag from `docker service update`. This flag is only functional on `docker service create`, so was removed from the `update` command [#26988](https://github.com/docker/docker/pull/26988)