diff --git a/_data/toc.yaml b/_data/toc.yaml index 195bcf6b66..ff15c38010 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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 \ No newline at end of file + - 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 + + \ No newline at end of file diff --git a/index.md b/index.md index a464e4b082..2ea63b7448 100644 --- a/index.md +++ b/index.md @@ -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 %}
-## 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"}
+
+
-## Docker Engine - Community +## Docker products -Docker Engine - Community is available on many platforms, from desktop to cloud to server. Build and share +
+
+ +### 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"}
-
+
-## 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"} + +
+ + +## Run Docker anywhere
-
+
Docker Desktop for Mac @@ -43,7 +69,7 @@ channel for more predictability.

A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.

-
+
Docker Desktop for Windows @@ -52,11 +78,14 @@ channel for more predictability.

A native Windows application which delivers all Docker tools to your Windows computer.

+
+
+
+ Docker for Linux +
+

Docker for Linux

+

Install Docker on a computer which already has a Linux distribution installed.

+
+
- -### 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. \ No newline at end of file