update engine toc and get docker page (#1462)

This commit is contained in:
Usha Mandya 2019-12-19 18:20:02 +00:00 committed by GitHub
parent 7013487326
commit bec362b67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3844 additions and 27 deletions

View File

@ -1099,10 +1099,10 @@ samples:
title: Library references title: Library references
manuals: manuals:
- sectiontitle: Docker Engine - Community - sectiontitle: Docker Engine
section: section:
- path: /install/ - path: /install/
title: Docker Engine - Community title: Overview
- sectiontitle: Linux - sectiontitle: Linux
section: section:
- path: /install/linux/docker-ce/centos/ - path: /install/linux/docker-ce/centos/
@ -1117,6 +1117,8 @@ manuals:
title: Binaries title: Binaries
- path: /install/linux/linux-postinstall/ - path: /install/linux/linux-postinstall/
title: Optional Linux post-installation steps title: Optional Linux post-installation steps
- path: /engine/release-notes/
title: Release notes
- sectiontitle: Docker Assemble - sectiontitle: Docker Assemble
section: section:
- path: /assemble/install/ - path: /assemble/install/
@ -1611,7 +1613,7 @@ manuals:
- title: Overview - title: Overview
path: /ee/supported-platforms/ path: /ee/supported-platforms/
- title: Release notes - title: Release notes
path: /engine/release-notes/ path: /ee/docker-ee/release-notes/
- sectiontitle: Linux - sectiontitle: Linux
section: section:
- path: /ee/docker-ee/centos/ - path: /ee/docker-ee/centos/

File diff suppressed because it is too large Load Diff

View File

@ -1,31 +1,16 @@
--- ---
title: Docker Engine release notes title: Docker Engine release notes
description: Learn about the new features, bug fixes, and breaking changes for Docker Engine - Community and Enterprise description: Learn about the new features, bug fixes, and breaking changes for Docker Engine - Community
keywords: docker, docker engine, ee, ce, whats new, release notes keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
skip_read_time: true skip_read_time: true
redirect_from: redirect_from:
- /ee/engine/release-notes/
- /release-notes/docker-ce/ - /release-notes/docker-ce/
--- ---
This document describes the latest changes, additions, known issues, and fixes This document describes the latest changes, additions, known issues, and fixes
for Docker Engine - Enterprise. for Docker Engine - Community.
Docker Engine - Enterprise builds upon the corresponding Docker Engine -
Community that it references. Docker Engine - Enterprise includes enterprise
features as well as back-ported fixes (security-related and priority defects)
from the open source. It also incorporates defect fixes for environments in
which new features cannot be adopted as quickly for consistency and
compatibility reasons.
> **Note:**
> New in 18.09 is an aligned release model for Docker Engine - Community and
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
> incrementing patch version. The enterprise engine is a superset of the
> community engine. They will ship concurrently with the same x patch version
> based on the same code base.
> **Note:** > **Note:**
> The client and container runtime are now in separate packages from the daemon > The client and container runtime are now in separate packages from the daemon

View File

@ -1,28 +1,33 @@
--- ---
description: Home page for Get Docker description: Home page for Get Docker
keywords: Docker, documentation, manual keywords: Docker, download, documentation, manual
landing: true landing: true
title: Get Docker title: Get Docker
--- ---
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Dockers methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.
You can download and install Docker on multiple platforms. Refer to the following section and choose the best installation path for you.
<div class="component-container"> <div class="component-container">
<!--start row--> <!--start row-->
<div class="row"> <div class="row">
<div class="col-sm-12 col-md-12 col-lg-4 block"> <div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="component"> <div class="component">
<div class="component-icon"> <div class="component-icon">
<a href="docker-for-mac/"> <img src="../images/apple_48.svg" alt="Docker Desktop for Mac"> </a> <a href="docker-for-mac/install/"> <img src="../images/apple_48.svg" alt="Docker Desktop for Mac"> </a>
</div> </div>
<h3 id="docker-for-mac"><a href="docker-for-mac/">Docker Desktop for Mac</a></h3> <h3 id="docker-for-mac"><a href="docker-for-mac/install/">Docker Desktop for Mac</a></h3>
<p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p> <p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p>
</div> </div>
</div> </div>
<div class="col-sm-12 col-md-12 col-lg-4 block"> <div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="component"> <div class="component">
<div class="component-icon"> <div class="component-icon">
<a href="docker-for-windows/"> <img src="../images/windows_48.svg" alt="Docker Desktop for Windows"> </a> <a href="docker-for-windows/install/"> <img src="../images/windows_48.svg" alt="Docker Desktop for Windows"> </a>
</div> </div>
<h3 id="docker-for-windows"><a href="docker-for-windows/">Docker Desktop for Windows</a></h3> <h3 id="docker-for-windows/install/"><a href="docker-for-windows/install/">Docker Desktop for Windows</a></h3>
<p>A native Windows application which delivers all Docker tools to your Windows computer.</p> <p>A native Windows application which delivers all Docker tools to your Windows computer.</p>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
--- ---
title: Docker Engine - Community title: Docker Engine overview
description: Lists the installation methods description: Lists the installation methods
keywords: docker, installation, install, Docker Engine - Community, Docker Engine - Enterprise, docker editions, stable, edge keywords: docker, installation, install, Docker Engine - Community, Docker Engine - Enterprise, docker editions, stable, edge
redirect_from: redirect_from: