mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add missing 1.13 features to changelog
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
48a9e53d70
commit
8324f11b5a
1 changed files with 2 additions and 0 deletions
|
@ -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 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)
|
+ 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)
|
* 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)
|
- 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)
|
* 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)
|
- 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)
|
* 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 `--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 `--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)
|
+ 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)
|
* 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)
|
- 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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue