moving enterprise content

This commit is contained in:
Dawn W Docker 2019-12-17 13:21:39 -08:00
parent d00534ef78
commit dcbe13a96e
2 changed files with 100 additions and 102 deletions

View File

@ -15,9 +15,6 @@ horizontalnav:
- title: Samples
path: /samples/
node: samples
- title: Docker Enterprise
path: /ee/
node: enterprise
guides:
- title: Get Docker
@ -1243,28 +1240,28 @@ manuals:
title: Edge release notes
- sectiontitle: Docker Desktop for Windows
section:
- path: /docker-for-windows/
title: Getting started
- path: /docker-for-windows/install/
title: Install Docker Desktop for Windows
- path: /docker-for-windows/kubernetes/
title: Deploy on Kubernetes
- path: /docker-for-windows/networking/
title: Networking
- path: /docker-for-windows/docker-toolbox/
title: Migrate Docker Toolbox
- path: /docker-for-windows/troubleshoot/
title: Logs and troubleshooting
- path: /docker-for-windows/faqs/
title: FAQs
- path: /docker-for-windows/opensource/
title: Open source licensing
- path: /docker-for-windows/release-notes/
title: Stable release notes
- path: /docker-for-windows/edge-release-notes/
title: Edge release notes
- path: /docker-for-windows/wsl-tech-preview/
title: Docker Desktop WSL 2 backend
- path: /docker-for-windows/
title: Getting started
- path: /docker-for-windows/install/
title: Install Docker Desktop for Windows
- path: /docker-for-windows/kubernetes/
title: Deploy on Kubernetes
- path: /docker-for-windows/networking/
title: Networking
- path: /docker-for-windows/docker-toolbox/
title: Migrate Docker Toolbox
- path: /docker-for-windows/troubleshoot/
title: Logs and troubleshooting
- path: /docker-for-windows/faqs/
title: FAQs
- path: /docker-for-windows/opensource/
title: Open source licensing
- path: /docker-for-windows/release-notes/
title: Stable release notes
- path: /docker-for-windows/edge-release-notes/
title: Edge release notes
- path: /docker-for-windows/wsl-tech-preview/
title: Docker Desktop WSL 2 backend
- sectiontitle: Docker Desktop Enterprise
section:
- path: /ee/desktop/
@ -1628,8 +1625,6 @@ manuals:
- path: /toolbox/faqs/troubleshoot/
title: Troubleshooting
nosync: true
enterprise:
- sectiontitle: Docker Enterprise
section:
- path: /ee/
@ -4072,34 +4067,6 @@ enterprise:
title: API v1.3.3
- path: /datacenter/dtr/2.0/support/
title: Get support
- sectiontitle: Manage Docker Enterprise
section:
- path: /ee/docker-ee-architecture/
title: Docker Enterprise Architecture
- path: /ee/end-to-end-install/
title: Deploy Docker Enterprise
- path: /ee/upgrade/
title: Upgrade Docker Enterprise
- sectiontitle: Back up Docker Enterprise
section:
- path: /ee/admin/backup/
title: Overview
- path: /ee/admin/backup/back-up-swarm/
title: Back up Docker Swarm
- sectiontitle: Restore Docker Enterprise
section:
- path: /ee/admin/restore/
title: Overview
- path: /ee/admin/restore/restore-swarm/
title: Restore Docker Swarm
- sectiontitle: Disaster Recovery
section:
- path: /ee/admin/disaster-recovery/
title: Overview
- path: /ee/enable-client-certificate-authentication/
title: Enable client certificate authentication with your PKI
- path: /ee/telemetry/
title: Manage usage data collection
- title: Get support
path: /ee/get-support/
- title: DTR API (swagger)
@ -4154,37 +4121,39 @@ enterprise:
title: uninstall-ucp
- path: /reference/ucp/3.2/cli/upgrade/
title: upgrade
- sectiontitle: Standards and compliance
section:
- path: /compliance/
title: Docker standards and compliance
- sectiontitle: NIST
- sectiontitle: Standards and compliance
section:
- path: /compliance/nist/800_37/
title: NIST SP 800-37 (RMF)
- path: /compliance/nist/800_53/
title: NIST SP 800-53
- path: /compliance/nist/800_190/
title: NIST SP 800-190
- path: /compliance/nist/fips140_2/
title: FIPS 140-2
- path: /compliance/nist/nistir_8176/
title: NISTIR 8176
- path: /compliance/nist/itl_october2017/
title: NIST ITL Bulletin October 2017
- sectiontitle: OSCAL
section:
- path: /compliance/oscal/
title: OSCAL compliance guidance
- sectiontitle: CIS Benchmarks
section:
- path: /compliance/cis/docker_ee/
title: Docker Enterprise Benchmark
- path: /compliance/cis/docker_ce/
title: Docker Engine - Community Benchmark
- path: /compliance/cis/k8s/
title: Kubernetes Benchmark
- path: /compliance/fedramp/
title: FedRAMP
- path: /compliance/fisma/
title: FISMA
- path: /compliance/
title: Docker Enterprise standards and compliance
- sectiontitle: NIST
section:
- path: /compliance/nist/800_37/
title: NIST SP 800-37 (RMF)
- path: /compliance/nist/800_53/
title: NIST SP 800-53
- path: /compliance/nist/800_190/
title: NIST SP 800-190
- path: /compliance/nist/fips140_2/
title: FIPS 140-2
- path: /compliance/nist/nistir_8176/
title: NISTIR 8176
- path: /compliance/nist/itl_october2017/
title: NIST ITL Bulletin October 2017
- sectiontitle: OSCAL
section:
- path: /compliance/oscal/
title: OSCAL compliance guidance
- sectiontitle: CIS Benchmarks
section:
- path: /compliance/cis/docker_ee/
title: Docker Enterprise Benchmark
- path: /compliance/cis/docker_ce/
title: Docker Engine - Community Benchmark
- path: /compliance/cis/k8s/
title: Kubernetes Benchmark
- path: /compliance/fedramp/
title: FedRAMP
- path: /compliance/fisma/
title: FISMA

View File

@ -2,24 +2,38 @@
description: Home page for Docker's documentation
keywords: Docker, documentation, manual, guide, reference, api, samples
landing: true
title: Docker Documentation
notoc: true
notags: true
skip_read_time: true
---
{% assign page.title = site.name %}
<div class="row">
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
## Docker Quickstart
## Get started with Docker
Try our multi-part Quickstart that covers building an image, using kubernetes and swarm on your development machine, and sharing your containerized applications on [Docker Hub](http://hub.docker.com). Total reading time is less than an hour.
Try our multi-part walkthrough that covers writing your first app,
data storage, networking, and swarms, and ends with your app running on
production servers in the cloud. Total reading time is less than an hour.
[Get started with Docker](/get-started/){: class="button outline-btn"}
</div>
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
</div>
</div>
## Docker Engine - Community
## Docker products
Docker Engine - Community is available on many platforms, from desktop to cloud to server. Build and share
<div class="row">
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
### Docker Engine - Community
Get started with Docker and experimenting with container-based apps. Docker Engine - Community
is available on many platforms, from desktop to cloud to server. Build and share
containers and automate the development pipeline from a single environment.
Choose the Edge channel to get access to the latest features, or the Stable
channel for more predictability.
@ -27,14 +41,26 @@ channel for more predictability.
[Learn more about Docker Engine - Community](/install/){: class="button outline-btn"}
</div>
</div>
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
## Docker Desktop
### Docker Enterprise
Designed for enterprise development and IT teams who build, ship, and run
business critical applications in production at scale. Integrated, certified,
and supported to provide enterprises with the most secure container platform in
the industry to modernize all applications. Docker Enterprise comes with Universal Control Plane (UCP) for managing and orchestrating the container runtime, and Docker Trusted Registry (DTR) for storing and securing images in an enterprise grade registry.
[Learn more about Docker Enterprise](/ee/){: class="button outline-btn"}
</div>
</div><!-- end row -->
## Run Docker anywhere
<div class="component-container">
<!--start row-->
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
<div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="docker-for-mac/"> <img src="../images/apple_48.svg" alt="Docker Desktop for Mac"> </a>
@ -43,7 +69,7 @@ channel for more predictability.
<p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
<div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="docker-for-windows/"> <img src="../images/windows_48.svg" alt="Docker Desktop for Windows"> </a>
@ -52,11 +78,14 @@ channel for more predictability.
<p>A native Windows application which delivers all Docker tools to your Windows computer.</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="install/linux/ubuntu/"> <img src="../images/linux_48.svg" alt="Docker for Linux"> </a>
</div>
<h3 id="docker-for-linux"><a href="install/linux/ubuntu/">Docker for Linux</a></h3>
<p>Install Docker on a computer which already has a Linux distribution installed.</p>
</div>
</div>
</div>
</div>
### Docker Enterprise
TThe Docker Enterprise platform business, including products, customers, and employees, has been acquired by Mirantis, inc., effective 13-November-2019. For more information on the acquisition and how it may affect you and your business, refer to the [Docker Enterprise Customer FAQ](https://www.docker.com/faq-for-docker-enterprise-customers-and-partners).
For Docker Enterprise documentation, see the [Docker Enterprise](/ee/) tab.