diff --git a/release-notes/docker-engine.md b/release-notes/docker-engine.md index d6e2902c6d..7ae1a2a32d 100644 --- a/release-notes/docker-engine.md +++ b/release-notes/docker-engine.md @@ -827,7 +827,7 @@ installing docker, please make sure to update them accordingly. * Add container's short-id as default network alias [#21901](https://github.com/docker/docker/pull/21901) * `run` options `--dns` and `--net=host` are no longer mutually exclusive [#22408](https://github.com/docker/docker/pull/22408) - Fix DNS issue when renaming containers with generated names [#22716](https://github.com/docker/docker/pull/22716) -- Allow both `{% raw %network inspect -f {{.Id}}` and `network inspect -f {{.ID}}{% endraw %}` to address inconsistency with inspect output [#23226](https://github.com/docker/docker/pull/23226) +- Allow both `{% raw %}network inspect -f {{.Id}}` and `network inspect -f {{.ID}}{% endraw %}` to address inconsistency with inspect output [#23226](https://github.com/docker/docker/pull/23226) ### Plugins (experimental) @@ -3339,4 +3339,4 @@ Initial public release - Add Vagrant support with Vagrantfile - Add unit tests - Add repository/tags to ease image management -- Improve the layer implementation \ No newline at end of file +- Improve the layer implementation