mirror of https://github.com/docker/docs.git
Move main release notes to 19.03.md
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
8719d55193
commit
8f16fc161b
|
@ -1074,6 +1074,8 @@ manuals:
|
|||
title: Release notes
|
||||
- sectiontitle: Previous versions
|
||||
section:
|
||||
- path: /engine/release-notes/19.03/
|
||||
title: Engine 19.03 release notes
|
||||
- path: /engine/release-notes/18.09/
|
||||
title: Engine 18.09 release notes
|
||||
- path: /engine/release-notes/18.06/
|
||||
|
|
|
@ -1,27 +1,10 @@
|
|||
---
|
||||
title: Docker Engine release notes
|
||||
description: Learn about the new features, bug fixes, and breaking changes for Docker Engine
|
||||
keywords: docker, docker engine, ce, whats new, release notes
|
||||
title: Docker Engine 19.03 release notes
|
||||
toc_min: 1
|
||||
toc_max: 2
|
||||
skip_read_time: true
|
||||
redirect_from:
|
||||
- /release-notes/docker-ce/
|
||||
- /release-notes/docker-engine/
|
||||
---
|
||||
|
||||
This document describes the latest changes, additions, known issues, and fixes
|
||||
for Docker Engine.
|
||||
|
||||
> **Note:**
|
||||
> The client and container runtime are now in separate packages from the daemon
|
||||
> in Docker Engine 18.09. Users should install and update all three packages at
|
||||
> the same time to get the latest patch releases. For example, on Ubuntu:
|
||||
> `sudo apt install docker-ce docker-ce-cli containerd.io`. See the install
|
||||
> instructions for the corresponding linux distro for details.
|
||||
|
||||
# Version 19.03
|
||||
|
||||
## 19.03.13
|
||||
2020-09-16
|
||||
|
Loading…
Reference in New Issue