diff --git a/_data/toc.yaml b/_data/toc.yaml index b8fc3e8c2a..3140d1c26f 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,9 +1,10 @@ + horizontalnav: - title: Guides path: / node: guides - title: Product manuals - path: /ee/ + path: /install/ node: manuals - title: Glossary path: /glossary/ @@ -14,14 +15,15 @@ horizontalnav: - title: Samples path: /samples/ node: samples +- title: Docker Enterprise + path: /ee/ + node: enterprise guides: - sectiontitle: Get Docker section: - sectiontitle: Docker Engine - Community section: - - title: About Docker Engine - Community - path: /install/ - sectiontitle: Cloud section: - sectiontitle: Docker for AWS @@ -84,18 +86,6 @@ guides: title: Binaries - path: /install/linux/linux-postinstall/ title: Optional Linux post-installation steps - - sectiontitle: Compatibility between Docker versions - section: - - path: /engine/ce-ee-node-activate/ - title: Docker Engine Community to Enterprise Node Activate - - path: /engine/migration/ - title: Migrate to Docker 1.10 - - path: /engine/breaking_changes/ - title: Breaking changes - - path: /engine/deprecated/ - title: Deprecated Docker features - - path: /engine/faq/ - title: FAQ - sectiontitle: Get started section: - path: /engine/docker-overview/ @@ -390,40 +380,6 @@ guides: path: /engine/extend/config/ - path: /engine/extend/plugin_api/ title: Plugins API -- sectiontitle: Standards and compliance - section: - - path: /compliance/ - title: Docker 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 - sectiontitle: Open source at Docker section: - path: /opensource/ @@ -452,7 +408,6 @@ reference: title: About versions and upgrading - path: /compose/faq/ title: Frequently asked questions - - sectiontitle: Command-Line Interfaces (CLIs) section: - sectiontitle: Docker CLI (docker) @@ -1073,54 +1028,6 @@ reference: title: up - title: Daemon CLI (dockerd) path: /engine/reference/commandline/dockerd/ - - sectiontitle: DTR CLI - section: - - path: /reference/dtr/2.7/cli/ - title: Overview - - path: /reference/dtr/2.7/cli/backup/ - title: backup - - path: /reference/dtr/2.7/cli/destroy/ - title: destroy - - path: /reference/dtr/2.7/cli/emergency-repair/ - title: emergency-repair - - path: /reference/dtr/2.7/cli/install/ - title: install - - path: /reference/dtr/2.7/cli/join/ - title: join - - path: /reference/dtr/2.7/cli/reconfigure/ - title: reconfigure - - path: /reference/dtr/2.7/cli/remove/ - title: remove - - path: /reference/dtr/2.7/cli/restore/ - title: restore - - path: /reference/dtr/2.7/cli/upgrade/ - title: upgrade - - sectiontitle: UCP CLI - section: - - path: /reference/ucp/3.2/cli/ - title: docker/ucp overview - - path: /reference/ucp/3.2/cli/backup/ - title: backup - - path: /reference/ucp/3.2/cli/dump-certs/ - title: dump-certs - - path: /reference/ucp/3.2/cli/example-config/ - title: example-config - - path: /reference/ucp/3.2/cli/id/ - title: id - - path: /reference/ucp/3.2/cli/images/ - title: images - - path: /reference/ucp/3.2/cli/install/ - title: install - - path: /reference/ucp/3.2/cli/port-check-server/ - title: port-check-server - - path: /reference/ucp/3.2/cli/restore/ - title: restore - - path: /reference/ucp/3.2/cli/support/ - title: support - - path: /reference/ucp/3.2/cli/uninstall-ucp/ - title: uninstall-ucp - - path: /reference/ucp/3.2/cli/upgrade/ - title: upgrade - sectiontitle: Application Programming Interfaces (APIs) section: - sectiontitle: Docker Engine API @@ -1183,14 +1090,10 @@ reference: title: v1.19 reference - path: /engine/api/v1.18/ title: v1.18 reference - - title: DTR API - path: /reference/dtr/2.7/api/ - title: Registry API path: /registry/spec/api/ - title: Template API path: /app-template/api-reference/ - - title: UCP API - path: /reference/ucp/3.2/api/ - sectiontitle: Drivers and specifications section: - sectiontitle: Registry image manifests @@ -1306,12 +1209,447 @@ samples: title: Library references manuals: +- path: /install/ + title: Docker Engine - Community +- sectiontitle: Docker Assemble + section: + - path: /assemble/install/ + title: Install + - path: /assemble/spring-boot/ + title: Build a Spring Boot project + - path: /assemble/dot-net/ + title: Build a C# ASP.NET Core project + - path: /assemble/configure/ + title: Configure + - path: /assemble/images/ + title: Images + - path: /assemble/adv-backend-manage/ + title: Advanced Backend Management +- path: /app/working-with-app/ + title: Docker App +- path: /buildx/working-with-buildx/ + title: Docker Buildx +- sectiontitle: Docker Compose + section: + - path: /compose/ + title: Overview of Docker Compose + - path: /compose/install/ + title: Install Compose + - path: /compose/gettingstarted/ + title: Getting started + - path: /compose/bundles/ + title: Docker stacks and distributed application bundles + - path: /compose/swarm/ + title: Using Compose with Swarm + - path: /compose/env-file/ + title: Environment file + - path: /compose/environment-variables/ + title: Environment variables in Compose + - path: /compose/extends/ + title: Extend services in Compose + - path: /compose/networking/ + title: Networking in Compose + - path: /compose/production/ + title: Using Compose in production + - path: /compose/startup-order/ + title: Control startup order + - path: /compose/samples-for-compose/ + title: Sample apps with Compose + - path: /release-notes/docker-compose/ + title: Docker Compose release notes +- path: /engine/context/working-with-contexts/ + title: Docker Context +- sectiontitle: Docker Desktop for Mac + section: + - path: /docker-for-mac/ + title: Getting started + - path: /docker-for-mac/install/ + title: Install Docker Desktop for Mac + - path: /docker-for-mac/kubernetes/ + title: Deploy on Kubernetes + - path: /docker-for-mac/docker-toolbox/ + title: Docker Desktop for Mac vs. Docker Toolbox + - path: /docker-for-mac/multi-arch/ + title: Leveraging Multi-CPU architecture support + - path: /docker-for-mac/networking/ + title: Networking + - path: /docker-for-mac/osxfs/ + title: File system sharing + - path: /docker-for-mac/osxfs-caching/ + title: Performance tuning for volume mounts (shared filesystems) + - path: /docker-for-mac/space/ + title: Disk utilization + - path: /docker-for-mac/troubleshoot/ + title: Logs and troubleshooting + - path: /docker-for-mac/faqs/ + title: FAQs + - path: /docker-for-mac/opensource/ + title: Open source licensing + - path: /docker-for-mac/release-notes/ + title: Stable release notes + - path: /docker-for-mac/edge-release-notes/ + 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 +- title: Docker ID accounts + path: /docker-id/ +- sectiontitle: Docker Hub + section: + - path: /docker-hub/ + title: Quickstart + - sectiontitle: Security and authentication + section: + - path: /docker-hub/access-tokens/ + title: Manage access tokens + - sectiontitle: Two-factor authentication + section: + - path: /docker-hub/2fa/ + title: Enable two-factor authentication + - path: /docker-hub/2fa/disable-2fa/ + title: Disable two-factor authentication + - path: /docker-hub/2fa/recover-hub-account/ + title: Recover your Docker Hub account + - path: /docker-hub/2fa/new-recovery-code/ + title: Generate a new recovery code + - path: /docker-hub/release-notes/ + title: Release notes + - path: /docker-hub/repos/ + title: Repositories + - path: /docker-hub/official_images/ + title: Official images + - path: /docker-hub/orgs/ + title: Teams & organizations + - sectiontitle: Administration + section: + - path: /docker-hub/upgrade/ + title: Upgrade your plan + - path: /docker-hub/cancel-downgrade/ + title: Cancel or downgrade your plan + - path: /docker-hub/convert-account/ + title: Convert an account into an organization + - path: /docker-hub/deactivate-account/ + title: Deactivate an account or an organization + - path: /docker-hub/webhooks/ + title: Webhooks + - path: /docker-hub/slack_integration/ + title: Slack integration + - sectiontitle: Automated builds + section: + - path: /docker-hub/builds/ + title: Set up automated builds + - path: /docker-hub/builds/automated-testing/ + title: Testing in automated builds + - path: /docker-hub/builds/advanced/ + title: Advanced automated builds + - path: /docker-hub/builds/link-source/ + title: Link to GitHub and BitBucket + - sectiontitle: Publisher & certified content + section: + - path: /docker-hub/publish/ + title: Overview + - path: /docker-hub/publish/publish/ + title: Submit a product for Docker Hub + - path: /docker-hub/publish/customer_faq/ + title: User FAQs + - path: /docker-hub/publish/publisher_faq/ + title: Publisher FAQs + - path: /docker-hub/publish/certify-images/ + title: Certify images & plugins + - path: /docker-hub/publish/certify-plugins-logging/ + title: Certify logging plugins + - path: /docker-hub/publish/trustchain/ + title: Trust chain + - path: /docker-hub/publish/byol/ + title: Bring Your Own License (BYOL) +- path: /app-template/working-with-template/ + title: Docker Template +- sectiontitle: Open-source projects + section: + - sectiontitle: Docker Notary + section: + - path: /notary/getting_started/ + title: Get started with Notary + - path: /notary/advanced_usage/ + title: Use the Notary client + - path: /notary/service_architecture/ + title: Understand the service architecture + - path: /notary/running_a_service/ + title: Run a Notary service + - path: /notary/changelog/ + title: Notary changelog + - sectiontitle: Configuration files + section: + - path: /notary/reference/server-config/ + title: Server configuration + - path: /notary/reference/signer-config/ + title: Signer configuration + - path: /notary/reference/client-config/ + title: Client configuration + - path: /notary/reference/common-configs/ + title: Common Server and signer configurations + - sectiontitle: Docker Registry + section: + - path: /registry/ + title: Registry overview + - path: /registry/introduction/ + title: Understand the Registry + - path: /registry/deploying/ + title: Deploy a registry server + - path: /registry/configuration/ + title: Configure a registry + - path: /registry/notifications/ + title: Work with notifications + - sectiontitle: Recipes + section: + - path: /registry/recipes/ + title: Recipes overview + - path: /registry/recipes/apache/ + title: Authenticating proxy with apache + - path: /registry/recipes/nginx/ + title: Authenticating proxy with nginx + - path: /registry/recipes/mirror/ + title: Mirroring Docker Hub + - path: /registry/recipes/osx-setup-guide/ + title: Running on macOS + - path: /registry/garbage-collection/ + title: Garbage collection + - path: /registry/insecure/ + title: Testing an insecure registry + - path: /registry/deprecated/ + title: Deprecated features + - path: /registry/compatibility/ + title: Compatibility + - path: /registry/help/ + title: Getting help +- path: /release-notes/ + title: Release notes +- sectiontitle: Superseded products and tools + section: + - path: /cs-engine/1.13/release-notes/ + title: CS Docker Engine + - path: /release-notes/docker-engine/ + title: Docker (1.13 and earlier) + - sectiontitle: Docker Machine + section: + - path: /machine/overview/ + title: Machine overview + - path: /machine/install-machine/ + title: Install Machine + - path: /machine/get-started/ + title: Get started with a local VM + - path: /machine/get-started-cloud/ + title: Provision hosts in the cloud + - sectiontitle: Learn by example + section: + - path: /machine/examples/ocean/ + title: Provision Digital Ocean Droplets + - path: /machine/examples/aws/ + title: Provision AWS EC2 instances + - path: /machine/concepts/ + title: Machine concepts and help + - sectiontitle: Machine (docker-machine) CLI + section: + - path: /machine/reference/ + title: Machine CLI overview + - path: /machine/completion/ + title: Machine command-line completion + - path: /machine/reference/active/ + title: active + - path: /machine/reference/config/ + title: config + - path: /machine/reference/create/ + title: create + - path: /machine/reference/env/ + title: env + - path: /machine/reference/help/ + title: help + - path: /machine/reference/inspect/ + title: inspect + - path: /machine/reference/ip/ + title: ip + - path: /machine/reference/kill/ + title: kill + - path: /machine/reference/ls/ + title: ls + - path: /machine/reference/mount/ + title: mount + - path: /machine/reference/provision/ + title: provision + - path: /machine/reference/regenerate-certs/ + title: regenerate-certs + - path: /machine/reference/restart/ + title: restart + - path: /machine/reference/rm/ + title: rm + - path: /machine/reference/scp/ + title: scp + - path: /machine/reference/ssh/ + title: ssh + - path: /machine/reference/start/ + title: start + - path: /machine/reference/status/ + title: status + - path: /machine/reference/stop/ + title: stop + - path: /machine/reference/upgrade/ + title: upgrade + - path: /machine/reference/url/ + title: url + - sectiontitle: Machine drivers + section: + - path: /machine/drivers/ + title: Drivers overview + - path: /machine/drivers/os-base/ + title: Driver options and operating system defaults + - path: /machine/drivers/aws/ + title: Amazon Web Services + - path: /machine/drivers/digital-ocean/ + title: Digital Ocean + - path: /machine/drivers/exoscale/ + title: Exoscale + - path: /machine/drivers/generic/ + title: Generic + - path: /machine/drivers/gce/ + title: Google Compute Engine + - path: /machine/drivers/soft-layer/ + title: IBM Softlayer + - path: /machine/drivers/azure/ + title: Microsoft Azure + - path: /machine/drivers/hyper-v/ + title: Microsoft Hyper-V + - path: /machine/drivers/openstack/ + title: OpenStack + - path: /machine/drivers/virtualbox/ + title: Oracle VirtualBox + - path: /machine/drivers/rackspace/ + title: Rackspace + - path: /machine/drivers/vm-fusion/ + title: VMware Fusion + - path: /machine/drivers/vm-cloud/ + title: VMware vCloud Air + - path: /machine/drivers/vsphere/ + title: VMware vSphere + - path: /machine/migrate-to-machine/ + title: Migrate from Boot2Docker to Machine + - path: /release-notes/docker-machine/ + title: Docker Machine release notes + - sectiontitle: Docker Swarm (standalone) + section: + - path: /swarm/overview/ + title: Swarm overview + - path: /swarm/get-swarm/ + title: How to get Swarm + - path: /swarm/install-w-machine/ + title: Evaluate Swarm in a sandbox + - path: /swarm/plan-for-production/ + title: Plan for Swarm in production + - path: /swarm/install-manual/ + title: Build a Swarm cluster for production + - sectiontitle: Try Swarm at scale + section: + - path: /swarm/swarm_at_scale/about/ + title: Learn the application architecture + - path: /swarm/swarm_at_scale/deploy-infra/ + title: Deploy application infrastructure + - path: /swarm/swarm_at_scale/deploy-app/ + title: Deploy the application + - path: /swarm/swarm_at_scale/troubleshoot/ + title: Troubleshoot the application + - path: /swarm/multi-manager-setup/ + title: High availability in Swarm + - path: /swarm/networking/ + title: Swarm and container networks + - path: /swarm/discovery/ + title: Discovery + - path: /swarm/provision-with-machine/ + title: Provision with Machine + - sectiontitle: Scheduling + section: + - path: /swarm/scheduler/filter/ + title: Filters + - path: /swarm/scheduler/rescheduling/ + title: Rescheduling + - path: /swarm/scheduler/strategy/ + title: Strategies + - path: /swarm/secure-swarm-tls/ + title: Overview Docker Swarm with TLS + - path: /swarm/configure-tls/ + title: Configure Docker Swarm for TLS + - sectiontitle: Command line reference + section: + - path: /swarm/reference/create/ + title: create + - path: /swarm/reference/help/ + title: help + - path: /swarm/reference/join/ + title: join + - path: /swarm/reference/list/ + title: list + - path: /swarm/reference/manage/ + title: manage + - path: /swarm/reference/swarm/ + title: swarm + - path: /swarm/status-code-comparison-to-docker/ + title: API response codes + - path: /swarm/swarm-api/ + title: Docker Swarm API + - path: /release-notes/docker-swarm/ + title: Docker Swarm release notes + - sectiontitle: Docker Toolbox (legacy) + section: + - path: /toolbox/overview/ + title: Toolbox overview + - path: /toolbox/toolbox_install_mac/ + title: Install Toolbox on Mac + - path: /toolbox/toolbox_install_windows/ + title: Install Toolbox on Windows + - sectiontitle: Kitematic + section: + - path: /kitematic/userguide/ + title: "Kitematic user guide: intro & overview" + - path: /kitematic/nginx-web-server/ + title: Set up an Nginx web server + - path: /kitematic/minecraft-server/ + title: Set up a Minecraft Server + - path: /kitematic/rethinkdb-dev-database/ + title: Creating a local RethinkDB database for development + - path: /kitematic/faq/ + title: Frequently asked questions + - path: /kitematic/known-issues/ + title: Known issues + - path: /toolbox/faqs/troubleshoot/ + title: Troubleshooting + nosync: true + +enterprise: - sectiontitle: Docker Enterprise section: - path: /ee/ - title: Overview + title: Docker Enterprise - path: /ee/release-notes/ - title: Release notes + title: Install or upgrade - path: /ee/licensing/ title: Licensing - sectiontitle: Docker Cluster @@ -3812,434 +4150,89 @@ manuals: title: Manage usage data collection - title: Get support path: /ee/get-support/ -- sectiontitle: Docker Assemble - section: - - path: /assemble/install/ - title: Install - - path: /assemble/spring-boot/ - title: Build a Spring Boot project - - path: /assemble/dot-net/ - title: Build a C# ASP.NET Core project - - path: /assemble/configure/ - title: Configure - - path: /assemble/images/ - title: Images - - path: /assemble/adv-backend-manage/ - title: Advanced Backend Management -- path: /app/working-with-app/ - title: Docker App -- path: /buildx/working-with-buildx/ - title: Docker Buildx -- sectiontitle: Docker Compose - section: - - path: /compose/ - title: Overview of Docker Compose - - path: /compose/install/ - title: Install Compose - - path: /compose/gettingstarted/ - title: Getting started - - path: /compose/bundles/ - title: Docker stacks and distributed application bundles - - path: /compose/swarm/ - title: Using Compose with Swarm - - path: /compose/env-file/ - title: Environment file - - path: /compose/environment-variables/ - title: Environment variables in Compose - - path: /compose/extends/ - title: Extend services in Compose - - path: /compose/networking/ - title: Networking in Compose - - path: /compose/production/ - title: Using Compose in production - - path: /compose/startup-order/ - title: Control startup order - - path: /compose/samples-for-compose/ - title: Sample apps with Compose - - path: /release-notes/docker-compose/ - title: Docker Compose release notes -- path: /engine/context/working-with-contexts/ - title: Docker Context -- sectiontitle: Docker Desktop for Mac - section: - - path: /docker-for-mac/ - title: Getting started - - path: /docker-for-mac/install/ - title: Install Docker Desktop for Mac - - path: /docker-for-mac/kubernetes/ - title: Deploy on Kubernetes - - path: /docker-for-mac/docker-toolbox/ - title: Docker Desktop for Mac vs. Docker Toolbox - - path: /docker-for-mac/multi-arch/ - title: Leveraging Multi-CPU architecture support - - path: /docker-for-mac/networking/ - title: Networking - - path: /docker-for-mac/osxfs/ - title: File system sharing - - path: /docker-for-mac/osxfs-caching/ - title: Performance tuning for volume mounts (shared filesystems) - - path: /docker-for-mac/space/ - title: Disk utilization - - path: /docker-for-mac/troubleshoot/ - title: Logs and troubleshooting - - path: /docker-for-mac/faqs/ - title: FAQs - - path: /docker-for-mac/opensource/ - title: Open source licensing - - path: /docker-for-mac/release-notes/ - title: Stable release notes - - path: /docker-for-mac/edge-release-notes/ - 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 -- title: Docker ID accounts - path: /docker-id/ -- sectiontitle: Docker Hub - section: - - path: /docker-hub/ - title: Quickstart - - sectiontitle: Security and authentication + - title: DTR API (swagger) + path: /reference/dtr/2.7/api/ + - sectiontitle: DTR CLI section: - - path: /docker-hub/access-tokens/ - title: Manage access tokens - - sectiontitle: Two-factor authentication - section: - - path: /docker-hub/2fa/ - title: Enable two-factor authentication - - path: /docker-hub/2fa/disable-2fa/ - title: Disable two-factor authentication - - path: /docker-hub/2fa/recover-hub-account/ - title: Recover your Docker Hub account - - path: /docker-hub/2fa/new-recovery-code/ - title: Generate a new recovery code - - path: /docker-hub/release-notes/ - title: Release notes - - path: /docker-hub/repos/ - title: Repositories - - path: /docker-hub/official_images/ - title: Official images - - path: /docker-hub/orgs/ - title: Teams & organizations - - sectiontitle: Administration - section: - - path: /docker-hub/upgrade/ - title: Upgrade your plan - - path: /docker-hub/cancel-downgrade/ - title: Cancel or downgrade your plan - - path: /docker-hub/convert-account/ - title: Convert an account into an organization - - path: /docker-hub/deactivate-account/ - title: Deactivate an account or an organization - - path: /docker-hub/webhooks/ - title: Webhooks - - path: /docker-hub/slack_integration/ - title: Slack integration - - sectiontitle: Automated builds - section: - - path: /docker-hub/builds/ - title: Set up automated builds - - path: /docker-hub/builds/automated-testing/ - title: Testing in automated builds - - path: /docker-hub/builds/advanced/ - title: Advanced automated builds - - path: /docker-hub/builds/link-source/ - title: Link to GitHub and BitBucket - - sectiontitle: Publisher & certified content - section: - - path: /docker-hub/publish/ + - path: /reference/dtr/2.7/cli/ title: Overview - - path: /docker-hub/publish/publish/ - title: Submit a product for Docker Hub - - path: /docker-hub/publish/customer_faq/ - title: User FAQs - - path: /docker-hub/publish/publisher_faq/ - title: Publisher FAQs - - path: /docker-hub/publish/certify-images/ - title: Certify images & plugins - - path: /docker-hub/publish/certify-plugins-logging/ - title: Certify logging plugins - - path: /docker-hub/publish/trustchain/ - title: Trust chain - - path: /docker-hub/publish/byol/ - title: Bring Your Own License (BYOL) -- path: /app-template/working-with-template/ - title: Docker Template -- sectiontitle: Open-source projects + - path: /reference/dtr/2.7/cli/backup/ + title: backup + - path: /reference/dtr/2.7/cli/destroy/ + title: destroy + - path: /reference/dtr/2.7/cli/emergency-repair/ + title: emergency-repair + - path: /reference/dtr/2.7/cli/install/ + title: install + - path: /reference/dtr/2.7/cli/join/ + title: join + - path: /reference/dtr/2.7/cli/reconfigure/ + title: reconfigure + - path: /reference/dtr/2.7/cli/remove/ + title: remove + - path: /reference/dtr/2.7/cli/restore/ + title: restore + - path: /reference/dtr/2.7/cli/upgrade/ + title: upgrade + - title: UCP API (swagger) + path: /reference/ucp/3.2/api/ + - sectiontitle: UCP CLI + section: + - path: /reference/ucp/3.2/cli/ + title: docker/ucp overview + - path: /reference/ucp/3.2/cli/backup/ + title: backup + - path: /reference/ucp/3.2/cli/dump-certs/ + title: dump-certs + - path: /reference/ucp/3.2/cli/example-config/ + title: example-config + - path: /reference/ucp/3.2/cli/id/ + title: id + - path: /reference/ucp/3.2/cli/images/ + title: images + - path: /reference/ucp/3.2/cli/install/ + title: install + - path: /reference/ucp/3.2/cli/port-check-server/ + title: port-check-server + - path: /reference/ucp/3.2/cli/restore/ + title: restore + - path: /reference/ucp/3.2/cli/support/ + title: support + - path: /reference/ucp/3.2/cli/uninstall-ucp/ + title: uninstall-ucp + - path: /reference/ucp/3.2/cli/upgrade/ + title: upgrade +- sectiontitle: Standards and compliance section: - - sectiontitle: Docker Notary + - path: /compliance/ + title: Docker standards and compliance + - sectiontitle: NIST section: - - path: /notary/getting_started/ - title: Get started with Notary - - path: /notary/advanced_usage/ - title: Use the Notary client - - path: /notary/service_architecture/ - title: Understand the service architecture - - path: /notary/running_a_service/ - title: Run a Notary service - - path: /notary/changelog/ - title: Notary changelog - - sectiontitle: Configuration files - section: - - path: /notary/reference/server-config/ - title: Server configuration - - path: /notary/reference/signer-config/ - title: Signer configuration - - path: /notary/reference/client-config/ - title: Client configuration - - path: /notary/reference/common-configs/ - title: Common Server and signer configurations - - sectiontitle: Docker Registry + - 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: /registry/ - title: Registry overview - - path: /registry/introduction/ - title: Understand the Registry - - path: /registry/deploying/ - title: Deploy a registry server - - path: /registry/configuration/ - title: Configure a registry - - path: /registry/notifications/ - title: Work with notifications - - sectiontitle: Recipes - section: - - path: /registry/recipes/ - title: Recipes overview - - path: /registry/recipes/apache/ - title: Authenticating proxy with apache - - path: /registry/recipes/nginx/ - title: Authenticating proxy with nginx - - path: /registry/recipes/mirror/ - title: Mirroring Docker Hub - - path: /registry/recipes/osx-setup-guide/ - title: Running on macOS - - path: /registry/garbage-collection/ - title: Garbage collection - - path: /registry/insecure/ - title: Testing an insecure registry - - path: /registry/deprecated/ - title: Deprecated features - - path: /registry/compatibility/ - title: Compatibility - - path: /registry/help/ - title: Getting help -- path: /release-notes/ - title: Release notes -- sectiontitle: Superseded products and tools - section: - - path: /cs-engine/1.13/release-notes/ - title: CS Docker Engine - - path: /release-notes/docker-engine/ - title: Docker (1.13 and earlier) - - sectiontitle: Docker Machine + - path: /compliance/oscal/ + title: OSCAL compliance guidance + - sectiontitle: CIS Benchmarks section: - - path: /machine/overview/ - title: Machine overview - - path: /machine/install-machine/ - title: Install Machine - - path: /machine/get-started/ - title: Get started with a local VM - - path: /machine/get-started-cloud/ - title: Provision hosts in the cloud - - sectiontitle: Learn by example - section: - - path: /machine/examples/ocean/ - title: Provision Digital Ocean Droplets - - path: /machine/examples/aws/ - title: Provision AWS EC2 instances - - path: /machine/concepts/ - title: Machine concepts and help - - sectiontitle: Machine (docker-machine) CLI - section: - - path: /machine/reference/ - title: Machine CLI overview - - path: /machine/completion/ - title: Machine command-line completion - - path: /machine/reference/active/ - title: active - - path: /machine/reference/config/ - title: config - - path: /machine/reference/create/ - title: create - - path: /machine/reference/env/ - title: env - - path: /machine/reference/help/ - title: help - - path: /machine/reference/inspect/ - title: inspect - - path: /machine/reference/ip/ - title: ip - - path: /machine/reference/kill/ - title: kill - - path: /machine/reference/ls/ - title: ls - - path: /machine/reference/mount/ - title: mount - - path: /machine/reference/provision/ - title: provision - - path: /machine/reference/regenerate-certs/ - title: regenerate-certs - - path: /machine/reference/restart/ - title: restart - - path: /machine/reference/rm/ - title: rm - - path: /machine/reference/scp/ - title: scp - - path: /machine/reference/ssh/ - title: ssh - - path: /machine/reference/start/ - title: start - - path: /machine/reference/status/ - title: status - - path: /machine/reference/stop/ - title: stop - - path: /machine/reference/upgrade/ - title: upgrade - - path: /machine/reference/url/ - title: url - - sectiontitle: Machine drivers - section: - - path: /machine/drivers/ - title: Drivers overview - - path: /machine/drivers/os-base/ - title: Driver options and operating system defaults - - path: /machine/drivers/aws/ - title: Amazon Web Services - - path: /machine/drivers/digital-ocean/ - title: Digital Ocean - - path: /machine/drivers/exoscale/ - title: Exoscale - - path: /machine/drivers/generic/ - title: Generic - - path: /machine/drivers/gce/ - title: Google Compute Engine - - path: /machine/drivers/soft-layer/ - title: IBM Softlayer - - path: /machine/drivers/azure/ - title: Microsoft Azure - - path: /machine/drivers/hyper-v/ - title: Microsoft Hyper-V - - path: /machine/drivers/openstack/ - title: OpenStack - - path: /machine/drivers/virtualbox/ - title: Oracle VirtualBox - - path: /machine/drivers/rackspace/ - title: Rackspace - - path: /machine/drivers/vm-fusion/ - title: VMware Fusion - - path: /machine/drivers/vm-cloud/ - title: VMware vCloud Air - - path: /machine/drivers/vsphere/ - title: VMware vSphere - - path: /machine/migrate-to-machine/ - title: Migrate from Boot2Docker to Machine - - path: /release-notes/docker-machine/ - title: Docker Machine release notes - - sectiontitle: Docker Swarm (standalone) - section: - - path: /swarm/overview/ - title: Swarm overview - - path: /swarm/get-swarm/ - title: How to get Swarm - - path: /swarm/install-w-machine/ - title: Evaluate Swarm in a sandbox - - path: /swarm/plan-for-production/ - title: Plan for Swarm in production - - path: /swarm/install-manual/ - title: Build a Swarm cluster for production - - sectiontitle: Try Swarm at scale - section: - - path: /swarm/swarm_at_scale/about/ - title: Learn the application architecture - - path: /swarm/swarm_at_scale/deploy-infra/ - title: Deploy application infrastructure - - path: /swarm/swarm_at_scale/deploy-app/ - title: Deploy the application - - path: /swarm/swarm_at_scale/troubleshoot/ - title: Troubleshoot the application - - path: /swarm/multi-manager-setup/ - title: High availability in Swarm - - path: /swarm/networking/ - title: Swarm and container networks - - path: /swarm/discovery/ - title: Discovery - - path: /swarm/provision-with-machine/ - title: Provision with Machine - - sectiontitle: Scheduling - section: - - path: /swarm/scheduler/filter/ - title: Filters - - path: /swarm/scheduler/rescheduling/ - title: Rescheduling - - path: /swarm/scheduler/strategy/ - title: Strategies - - path: /swarm/secure-swarm-tls/ - title: Overview Docker Swarm with TLS - - path: /swarm/configure-tls/ - title: Configure Docker Swarm for TLS - - sectiontitle: Command line reference - section: - - path: /swarm/reference/create/ - title: create - - path: /swarm/reference/help/ - title: help - - path: /swarm/reference/join/ - title: join - - path: /swarm/reference/list/ - title: list - - path: /swarm/reference/manage/ - title: manage - - path: /swarm/reference/swarm/ - title: swarm - - path: /swarm/status-code-comparison-to-docker/ - title: API response codes - - path: /swarm/swarm-api/ - title: Docker Swarm API - - path: /release-notes/docker-swarm/ - title: Docker Swarm release notes - - sectiontitle: Docker Toolbox (legacy) - section: - - path: /toolbox/overview/ - title: Toolbox overview - - path: /toolbox/toolbox_install_mac/ - title: Install Toolbox on Mac - - path: /toolbox/toolbox_install_windows/ - title: Install Toolbox on Windows - - sectiontitle: Kitematic - section: - - path: /kitematic/userguide/ - title: "Kitematic user guide: intro & overview" - - path: /kitematic/nginx-web-server/ - title: Set up an Nginx web server - - path: /kitematic/minecraft-server/ - title: Set up a Minecraft Server - - path: /kitematic/rethinkdb-dev-database/ - title: Creating a local RethinkDB database for development - - path: /kitematic/faq/ - title: Frequently asked questions - - path: /kitematic/known-issues/ - title: Known issues - - path: /toolbox/faqs/troubleshoot/ - title: Troubleshooting - nosync: true + - 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/ee/index.md b/ee/index.md index 586cc53bcc..fa34f28461 100644 --- a/ee/index.md +++ b/ee/index.md @@ -1,17 +1,14 @@ --- +description: Home page for Docker Enterprise documentation +keywords: Docker Enterprise, documentation, manual, guide, reference, api, CLI title: Docker Enterprise -description: Learn about Docker Enterprise, the industry-leading container platform to securely build, share, and run any application, on any infrastructure. -keywords: Docker EE, Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes, CaaS -redirect_from: - - /enterprise/ - - /manuals/ --- +The 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). -The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. +## Docker Enterprise platform -Docker Enterprise is a secure, scalable, and supported container platform for building and -orchestrating applications across multi-tenant Linux, Windows Server 2016, and Windows Server 2019. +The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker Enterprise is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. Docker Enterprise enables deploying highly available workloads using either the Docker Kubernetes Service or Docker Swarm. Docker Enterprise automates many of the tasks that orchestration requires, like provisioning pods, containers, and cluster resources. Self-healing components ensure that Docker Enterprise clusters remain highly available. @@ -28,17 +25,9 @@ cluster and applications through a single interface. ![](images/docker-ee-overview-1.png){: .with-border} -## Docker Enterprise features - -Docker Enterprise provides multi-architecture orchestration using the Docker Kubernetes Service and -Docker Swarm orchestrators. Docker Enterprise enables a secure software supply chain, with policy-based image -promotion, image mirroring between registries - including Docker Hub, and signing & scanning enforcement for container images. - ### Docker Kubernetes Service -The Docker Kubernetes Service fully supports all Docker Enterprise features, including -role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, -and security policies. +The Docker Kubernetes Service fully supports all Docker Enterprise features, including role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, and security policies. Docker Kubernetes Services features include: @@ -181,12 +170,3 @@ KubeDNS is running at https://54.200.115.43:6443/api/v1/namespaces/kube-system/s To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. ``` - -## Docker Context -A new Docker CLI plugin called `docker context` is available with client version 19.03.0. `docker context` helps manage connections to multiple environments so you do not have to remember and type out connection strings. [Read more](../engine/reference/commandline/context/) about `docker context`. - - -## Where to go next - -- [Supported platforms](supported-platforms.md) -- [Docker Enterprise architecture](docker-ee-architecture.md) diff --git a/ee/overview.md b/ee/overview.md new file mode 100644 index 0000000000..efc4447206 --- /dev/null +++ b/ee/overview.md @@ -0,0 +1,168 @@ +--- +title: Docker Enterprise +description: Learn about Docker Enterprise, the industry-leading container platform to securely build, share, and run any application, on any infrastructure. +keywords: Docker Enterprise, UCP, DTR, orchestration, cluster, Kubernetes +--- + +The Docker Enterprise platform is the leading container platform for continuous, high-velocity innovation. Docker Enterprise is the only independent container platform that enables developers to seamlessly build and share any application — from legacy to modern — and operators to securely run them anywhere - from hybrid cloud to the edge. + +Docker Enterprise enables deploying highly available workloads using either the Docker Kubernetes Service or Docker Swarm. Docker Enterprise automates many of the tasks that orchestration requires, like provisioning pods, containers, and cluster +resources. Self-healing components ensure that Docker Enterprise clusters remain highly available. + +Role-based access control (RBAC) applies to Kubernetes and Swarm orchestrators, and +communication within the cluster is secured with TLS. +[Docker Content Trust](/engine/security/trust/content_trust/) is enforced +for images on all of the orchestrators. + +Docker Enterprise includes Docker Universal Control Plane (UCP), the +cluster management solution from Docker. UCP can be installed +on-premises or in your public cloud of choice, and helps manage your +cluster and applications through a single interface. + +![](images/docker-ee-overview-1.png){: .with-border} + +### Docker Kubernetes Service + +The Docker Kubernetes Service fully supports all Docker Enterprise features, including role-based access control, LDAP/AD integration, image scanning and signing enforcement policies, and security policies. + +Docker Kubernetes Services features include: + +- Kubernetes orchestration full feature set +- CNCF Certified Kubernetes conformance +- Kubernetes app deployment via UCP web UI or CLI (`kubectl`) +- Compose stack deployment for Swarm and Kubernetes apps (`docker stack deploy`) +- Role-based access control for Kubernetes workloads +- Blue-Green deployments, for load balancing to different app versions +- Ingress Controllers with Kubernetes L7 routing +- [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) to define a set of conditions that a pod must run with in order to be accepted into the system + - Note: Pod Security Policies are currently `Beta` status in Kubernetes 1.14 +- Container Storage Interface (CSI) support +- iSCSI support for Kubernetes +- Non-disruptive Docker Enterprise platform upgrades (blue-green upgrades) +- Experimental features (planned for full GA in subsequent Docker Enterprise releases): + - Kubernetes-native ingress (Istio) + +In addition, UCP integrates with Kubernetes by using admission controllers, +which enable: + +- Authenticating user client bundle certificates when communicating directly + with the Kubernetes API server +- Authorizing requests via the UCP role-based access control model +- Assigning nodes to a namespace by injecting a `NodeSelector` automatically + to workloads via admission control +- Keeping all nodes in both Kubernetes and Swarm orchestrator inventories +- Fine-grained access control and privilege escalation prevention without + the `PodSecurityPolicy` admission controller +- Resolving images of deployed workloads automatically, and accepting or + rejecting images based on UCP's signing-policy feature + +The default Docker Enterprise installation includes both Kubernetes and Swarm +components across the cluster, so every newly joined worker node is ready +to schedule Kubernetes or Swarm workloads. + +### Orchestration platform features + +![](images/docker-ee-overview-4.png){: .with-border} + +- Docker Enterprise manager nodes are both Swarm managers and Kubernetes masters, + to enable high availability +- Allocate worker nodes for Swarm or Kubernetes workloads (or both) +- Single pane of glass for monitoring apps +- Enhanced Swarm hostname routing mesh with Interlock 2.0 +- One platform-wide management plane: secure software supply chain, secure + multi-tenancy, and secure and highly available node management + +### Secure supply chain + +![](images/docker-ee-overview-3.png){: .with-border} + +- DTR support for the Docker App format, based on the [CNAB](https://cnab.io) specification + - Note: Docker Apps can be deployed to clusters managed by UCP, where they will be displayed as _Stacks_ +- Image signing and scanning of Kubernetes and Swarm images and Docker Apps for validating and verifying content +- Image promotion with mirroring between registries as well as Docker Hub +- Define policies for automating image promotions across the app development + lifecycle of Kubernetes and Swarm apps + +### Centralized cluster management + +With Docker, you can join thousands of physical or virtual machines +together to create a cluster, allowing you to deploy your +applications at scale. Docker Enterprise extends the functionality provided by Docker +Engine to make it easier to manage your cluster from a centralized place. + +You can manage and monitor your container cluster using a graphical web interface. + +### Deploy, manage, and monitor + +With Docker Enterprise, you can manage all of the infrastructure +resources you have available, like nodes, volumes, and networks, from a central console. + +You can also deploy and monitor your applications and services. + +### Built-in security and access control + +Docker Enterprise has its own built-in authentication mechanism with role-based access +control (RBAC), so that you can control who can access and make changes to your +cluster and applications. Also, Docker Enterprise authentication integrates with LDAP +services and supports SAML SCIM to proactively synchronize with authentication providers. +[Learn about role-based access control](./ucp/authorization/). You can also opt to enable [PKI authentication](./enable-client-certificate-authentication/) to use client certificates, rather than username and password. + +![](images/docker-ee-overview-2.png){: .with-border} + +Docker Enterprise integrates with Docker Trusted Registry so that you can keep the +Docker images you use for your applications behind your firewall, where they +are safe and can't be tampered with. You can also enforce security policies and only allow running applications +that use Docker images you know and trust. + +#### Windows Application Security +Windows applications typically require Active Directory authentication in order to communicate with other services on the network. Container-based applications use Group Managed Service Accounts (gMSA) to provide this authentication. Docker Swarm fully supports the use of gMSAs with Windows containers. + + +## Docker Enterprise and the CLI + +Docker Enterprise exposes the standard Docker API, so you can continue using the tools +that you already know, [including the Docker CLI client](./ucp/user-access/cli/), +to deploy and manage your applications. + +For example, you can use the `docker info` command to check the +status of a Swarm managed by Docker Enterprise: + +```bash +docker info +``` + +Which produces output similar to the following: + +```bash +Containers: 38 +Running: 23 +Paused: 0 +Stopped: 15 +Images: 17 +Server Version: 17.06 +... +Swarm: active +NodeID: ocpv7el0uz8g9q7dmw8ay4yps +Is Manager: true +ClusterID: tylpv1kxjtgoik2jnrg8pvkg6 +Managers: 1 +… +``` + +## Use the Kubernetes CLI + +Docker Enterprise exposes the standard Kubernetes API, so you can use [kubectl +to manage your Kubernetes workloads](./ucp/user-access/cli/): + +```bash +kubectl cluster-info +``` + +Which produces output similar to the following: + +```bash +Kubernetes master is running at https://54.200.115.43:6443 +KubeDNS is running at https://54.200.115.43:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy + +To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. +``` diff --git a/ee/release-notes.md b/ee/release-notes.md index 55c98ff4fc..a7ae109ed4 100644 --- a/ee/release-notes.md +++ b/ee/release-notes.md @@ -1,35 +1,10 @@ --- -title: Docker Enterprise release notes +title: Install or upgrade Docker Enterprise components description: Learn about the new features, bug fixes, and breaking changes for Docker Enterprise. keywords: engine enterprise, ucp, dtr, desktop enterprise, whats new, release notes --- -This page provides information about Docker Enterprise 3.0. For -detailed information about for each enterprise component, refer to the individual component release notes -pages listed in the following **Docker Enterprise components install and upgrade** section. - -## What’s New? - -| Feature | Component | Component version | -|---------|-----------|-------------------| -| [Group Managed Service Accounts (gMSA)](/engine/swarm/services.md#gmsa-for-swarm) | UCP | 3.2.0 | -| [Open Security Controls Assessment Language (OSCAL)](/compliance/oscal/) | UCP | 3.2.0 | -| [Container storage interface (CSI)](/ee/ucp/kubernetes/storage/use-csi/) | UCP | 3.2.0 | -| [Internet Small Computer System Interface (iSCSI)](/ee/ucp/kubernetes/storage/use-iscsi/) | UCP | 3.2.0 | -| [System for Cross-domain Identity Management (SCIM)](/ee/ucp/admin/configure/integrate-scim/) | UCP | 3.2.0 | -| [Pod Security Policies](/ee/ucp/kubernetes/pod-security-policies/) | UCP | 3.2.0 | -| [Docker Registry CLI (Experimental)](/engine/reference/commandline/registry/) | DTR | 2.7.0 | -| [App Distribution](/ee/dtr/user/manage-applications/) | DTR | 2.7.0 | -| [Client certificate-based Authentication](/ee/enable-client-certificate-authentication/) | DTR and UCP|2.7.0 (DTR) and 3.2.0 (UCP)| -| [Application Designer](/ee/desktop/app-designer/) | Docker Desktop Enterprise | 0.1.4 | -| [Docker App (Experimental)](/app/working-with-app/) |CLI | 0.8.0 | -| [Docker Assemble (Experimental)](/assemble/install/) | CLI | 0.36.0 | -| [Docker Buildx (Experimental)](/buildx/working-with-buildx/)| CLI | 0.2.2 | -| [Docker Cluster](/cluster/) | CLI | 1.0.0 | -| [Docker Template CLI (Experimental)](/app-template/working-with-template/) | CLI | 0.1.4 | - - -## Docker Enterprise components install and upgrade +This page provides information about Docker Enterprise 3.0. For detailed information about for each enterprise component, refer to the individual component release notes below. | Component Release Notes | Version | Install | Upgrade | |---------|-----------|-------------------|-------------- | @@ -38,8 +13,4 @@ pages listed in the following **Docker Enterprise components install and upgrade | [DTR](/ee/dtr/release-notes/) | 2.7 | [Install DTR](/ee/dtr/admin/install/) | [Upgrade DTR](/ee/dtr/admin/upgrade/) | | [Docker Desktop Enterprise](/ee/desktop/release-notes/) | 2.1.0 |Install Docker Desktop Enterprise [Mac](/ee/desktop/admin/install/mac/), [Windows](/ee/desktop/admin/install/windows/) | Upgrade Docker Desktop Enterprise [Mac](/ee/desktop/admin/install/mac/), [Windows](/ee/desktop/admin/install/windows/) | -Refer to the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix) and the [Maintenance Lifecycle](https://success.docker.com/article/maintenance-lifecycle) for compatibility and software maintenance details. - - - - +Refer to the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix) and the [Maintenance Lifecycle](https://success.docker.com/article/maintenance-lifecycle) for compatibility and software maintenance details. \ No newline at end of file diff --git a/get-started/index.md b/get-started/index.md index 44378b9804..8acb87cb88 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -57,7 +57,7 @@ redirect_from: {% include_relative nav.html selected="1" %} -Welcome! We are excited that you want to learn Docker. The _Docker Get Started Tutorial_ +Welcome! We are excited that you want to learn Docker. The _Docker Community QuickStart_ teaches you how to: 1. Set up your Docker environment (on this page) diff --git a/index.md b/index.md index d4ae11e6be..a464e4b082 100644 --- a/index.md +++ b/index.md @@ -2,48 +2,24 @@ 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 %}
-## Get started with Docker +## Docker Quickstart -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. +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. [Get started with Docker](/get-started/){: class="button outline-btn"}
-## Try Docker Enterprise +## Docker Engine - Community -Run your solution in production with Docker Enterprise to get a -management dashboard, security scanning, LDAP integration, content signing, -multi-cloud support, and more. Click below to test-drive a running instance of -Docker Enterprise without installing anything. - -[Try Docker Enterprise](https://trial.docker.com){: class="button outline-btn" onclick="ga('send', 'event', 'EE Trial Referral', 'Front Page', 'Click');"} - -
-
- -## Docker products - -
-
- -### 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 +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. @@ -51,29 +27,14 @@ channel for more predictability. [Learn more about Docker Engine - Community](/install/){: class="button outline-btn"}
-
- -### 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 enterprise -[add-ons](#docker-ee-add-ons) like 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 products](/ee/supported-platforms/){: class="button outline-btn"} -
-
-## Run Docker anywhere +## Docker Desktop
-
+
Docker Desktop for Mac @@ -82,7 +43,7 @@ securing images in an enterprise grade registry.

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

-
+
Docker Desktop for Windows @@ -91,14 +52,11 @@ securing images in an enterprise grade registry.

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 diff --git a/install/index.md b/install/index.md index 5f56cbb233..7b4250317f 100644 --- a/install/index.md +++ b/install/index.md @@ -1,5 +1,5 @@ --- -title: About Docker Engine - Community +title: Docker Engine - Community description: Lists the installation methods keywords: docker, installation, install, Docker Engine - Community, Docker Engine - Enterprise, docker editions, stable, edge redirect_from: @@ -29,7 +29,7 @@ apps. Docker Engine - Community has three types of update channels, **stable**, ## Releases -For the Docker Engine - Community engine, the open +For the Docker Engine - Community, the open repositories [Docker Engine](https://github.com/docker/engine) and [Docker Client](https://github.com/docker/cli) apply. @@ -97,14 +97,6 @@ Binaries built from this releases are available in the stable channel `stable-YY.mm`, for example `stable-18.09`, as well as the corresponding test channel. -### Relationship between Docker Engine - Community and Docker Engine - Enterprise code - -For a given year-month release, Docker releases both Docker Engine - Community and Docker Engine - Enterprise variants concurrently. Docker Engine - Enterprise is a superset of the code delivered in Docker Engine - Community. Docker maintains publicly visible repositories for the Docker Engine - Community code -as well as private repositories for the Docker Engine - Enterprise code. Automation (a bot) is used to keep the branches between Docker Engine - Community and Docker Engine - Enterprise in sync so as features -and fixes are merged on the various branches in the Docker Engine - Community repositories (upstream), the corresponding Docker Engine - Enterprise repositories and branches are kept -in sync (downstream). While Docker and its partners make every effort -to minimize merge conflicts between Docker Engine - Community and Docker Engine - Enterprise, occasionally they will happen, and Docker will work hard to resolve them in a timely fashion. - ## Next release The activity for upcoming year-month releases is tracked in the milestones diff --git a/manuals/index.md b/manuals/index.md new file mode 100644 index 0000000000..42df70f845 --- /dev/null +++ b/manuals/index.md @@ -0,0 +1,7 @@ +--- +title: Product Manuals +description: Learn about Docker Engine - Community +keywords: Docker Engine - Community, Docker Community +--- + +Landing page for the Docker Community product manuals \ No newline at end of file diff --git a/thank-you-subscribing-docker-weekly.md b/thank-you-subscribing-docker-weekly.md deleted file mode 100644 index 4894b65694..0000000000 --- a/thank-you-subscribing-docker-weekly.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: We've sent you a welcome email with links to previous newsletters. -keywords: Docker, documentation, manual, guide, reference, api -title: Thank you for subscribing to Docker weekly -skip_read_time: true ---- - -We've sent you a welcome email with links to previous newsletters. -Check your inbox to confirm you received it.