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"
This commit is contained in:
Parker Moore 2017-08-17 17:58:32 -04:00 committed by Misty Stanley-Jones
parent 7122a66aff
commit c25e35ea3c
1 changed files with 2 additions and 2 deletions

View File

@ -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
- Improve the layer implementation