mirror of https://github.com/docker/docs.git
Merge pull request #1463 from DawnWood-Docker/landing-pages
Landing pages
This commit is contained in:
commit
1b563417f1
|
|
@ -1882,6 +1882,34 @@ manuals:
|
|||
path: /ee/ucp/kubernetes/cluster-ingress/canary/
|
||||
- title: Implementing Persistent (sticky) Sessions
|
||||
path: /ee/ucp/kubernetes/cluster-ingress/sticky/
|
||||
- title: UCP API
|
||||
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
|
||||
- path: /ee/ucp/release-notes/
|
||||
title: Release notes
|
||||
- sectiontitle: Previous versions
|
||||
|
|
@ -4049,34 +4077,6 @@ manuals:
|
|||
title: API v1.3.3
|
||||
- path: /datacenter/dtr/2.0/support/
|
||||
title: Get support
|
||||
- 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:
|
||||
- path: /compliance/
|
||||
|
|
|
|||
13
reference.md
13
reference.md
|
|
@ -21,18 +21,15 @@ various APIs, CLIs, and file formats.
|
|||
| [Docker CLI](/engine/reference/commandline/cli/) | The main CLI for Docker, includes all `docker` commands |
|
||||
| [Compose CLI](/compose/reference/overview/) | The CLI for Docker Compose, which allows you to build and run multi-container applications |
|
||||
| [Daemon CLI (dockerd)](/engine/reference/commandline/dockerd/) | Persistent process that manages containers |
|
||||
| [DTR CLI](/reference/dtr/{{ site.dtr_version }}/cli/index.md) | Deploy and manage Docker Trusted Registry |
|
||||
| [UCP CLI](/reference/ucp/{{ site.ucp_version }}/cli/index.md) | Deploy and manage Universal Control Plane |
|
||||
|
||||
|
||||
## Application programming interfaces (APIs)
|
||||
|
||||
| API | Description |
|
||||
|:------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
||||
| [Engine API](/engine/api/) | The main API for Docker, provides programmatic access to a daemon |
|
||||
| [DTR API](/reference/dtr/{{ site.dtr_version }}/api/) | Provides programmatic access to a Docker Trusted Registry deployment |
|
||||
| [Registry API](/registry/spec/api/) | Facilitates distribution of images to the engine |
|
||||
| [Template API](app-template/api-reference)| Allows users to create new Docker applications by using a library of templates.|
|
||||
| [UCP API](/reference/ucp/{{ site.ucp_version }}/api/) | Provides programmatic access to a Universal Control Plane deployment |
|
||||
|
||||
## Drivers and specifications
|
||||
|
||||
|
|
@ -40,10 +37,4 @@ various APIs, CLIs, and file formats.
|
|||
|:-------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
||||
| [Image specification](/registry/spec/manifest-v2-2/) | Describes the various components of a Docker image |
|
||||
| [Registry token authentication](/registry/spec/auth/) | Outlines the Docker registry authentication scheme |
|
||||
| [Registry storage drivers](/registry/storage-drivers/) | Enables support for given cloud providers when storing images with Registry |
|
||||
|
||||
## Compliance control reference
|
||||
|
||||
| Reference | Description |
|
||||
|:---------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------|
|
||||
| [NIST 800-53 control reference](/compliance/reference/800-53/) | All of the NIST 800-53 Rev. 4 controls applicable to Docker Enterprise Edition can be referenced in this section. |
|
||||
| [Registry storage drivers](/registry/storage-drivers/) | Enables support for given cloud providers when storing images with Registry |
|
||||
Loading…
Reference in New Issue