mirror of https://github.com/docker/docs.git
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:
parent
7122a66aff
commit
c25e35ea3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue