From c25e35ea3c2d6d9af1b1941fa9a8917be8cbc04e Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 17 Aug 2017 17:58:32 -0400 Subject: [PATCH] release-notes/docker-engine: add missing closing curly dude (#4237) Without this, you get "Syntax Error in 'raw' - Valid syntax: raw in release-notes/docker-engine.md" --- release-notes/docker-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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