mirror of https://github.com/docker/docs.git
4138 lines
187 KiB
YAML
4138 lines
187 KiB
YAML
|
|
horizontalnav:
|
|
- title: Guides
|
|
path: /
|
|
node: guides
|
|
- title: Product manuals
|
|
path: /install/
|
|
node: manuals
|
|
- title: Reference
|
|
path: /reference/
|
|
node: reference
|
|
- title: Samples
|
|
path: /samples/
|
|
node: samples
|
|
|
|
guides:
|
|
- title: Get Docker
|
|
path: /get-docker/
|
|
- sectiontitle: Get started
|
|
section:
|
|
- path: /engine/docker-overview/
|
|
title: Docker overview
|
|
- sectiontitle: Quickstart
|
|
section:
|
|
- title: "Part 1: Orientation and setup"
|
|
path: /get-started/
|
|
- title: "Part 2: Build and run your image"
|
|
path: /get-started/part2/
|
|
- title: "Part 3: Share images on Docker Hub"
|
|
path: /get-started/part3/
|
|
- path: /get-started/resources/
|
|
title: "Educational resources"
|
|
- sectiontitle: Develop with Docker
|
|
section:
|
|
- sectiontitle: Develop your apps on Docker
|
|
section:
|
|
- path: /develop/
|
|
title: App development overview
|
|
- path: /develop/dev-best-practices/
|
|
title: App development best practices
|
|
- sectiontitle: Develop images
|
|
section:
|
|
- path: /develop/develop-images/dockerfile_best-practices/
|
|
title: Best practices for writing Dockerfiles
|
|
- path: /develop/develop-images/baseimages/
|
|
title: Create a base image
|
|
- path: /develop/develop-images/build_enhancements/
|
|
title: Docker build enhancements for 18.09
|
|
- path: /develop/develop-images/multistage-build/
|
|
title: Use multi-stage builds
|
|
- path: /develop/develop-images/image_management/
|
|
title: Manage images
|
|
- sectiontitle: Configure networking
|
|
section:
|
|
- path: /network/
|
|
title: Networking overview
|
|
- path: /network/bridge/
|
|
title: Use bridge networks
|
|
- path: /network/overlay/
|
|
title: Use overlay networks
|
|
- path: /network/host/
|
|
title: Use host networking
|
|
- path: /network/macvlan/
|
|
title: Use Macvlan networks
|
|
- path: /network/none/
|
|
title: Disable networking for a container
|
|
- sectiontitle: Networking tutorials
|
|
section:
|
|
- path: /network/network-tutorial-standalone/
|
|
title: Bridge network tutorial
|
|
- path: /network/network-tutorial-host/
|
|
title: Host networking tutorial
|
|
- path: /network/network-tutorial-overlay/
|
|
title: Overlay networking tutorial
|
|
- path: /network/network-tutorial-macvlan/
|
|
title: Macvlan network tutorial
|
|
- sectiontitle: Configure the daemon and containers
|
|
section:
|
|
- path: /config/daemon/ipv6/
|
|
title: Configure the daemon for IPv6
|
|
- path: /network/iptables/
|
|
title: Docker and iptables
|
|
- path: /config/containers/container-networking/
|
|
title: Container networking
|
|
- path: /network/proxy/
|
|
title: Configure Docker to use a proxy server
|
|
- sectiontitle: Legacy networking content
|
|
section:
|
|
- path: /network/links/
|
|
title: (Legacy) Container links
|
|
- sectiontitle: Manage application data
|
|
section:
|
|
- path: /storage/
|
|
title: Storage overview
|
|
- path: /storage/volumes/
|
|
title: Volumes
|
|
- path: /storage/bind-mounts/
|
|
title: Bind mounts
|
|
- path: /storage/tmpfs/
|
|
title: tmpfs mounts
|
|
- path: /storage/troubleshooting_volume_errors/
|
|
title: Troubleshoot volume problems
|
|
- sectiontitle: Store data within containers
|
|
section:
|
|
- path: /storage/storagedriver/
|
|
title: About storage drivers
|
|
- path: /storage/storagedriver/select-storage-driver/
|
|
title: Select a storage driver
|
|
- path: /storage/storagedriver/aufs-driver/
|
|
title: Use the AUFS storage driver
|
|
- path: /storage/storagedriver/btrfs-driver/
|
|
title: Use the Btrfs storage driver
|
|
- path: /storage/storagedriver/device-mapper-driver/
|
|
title: Use the Device mapper storage driver
|
|
- path: /storage/storagedriver/overlayfs-driver/
|
|
title: Use the OverlayFS storage driver
|
|
- path: /storage/storagedriver/zfs-driver/
|
|
title: Use the ZFS storage driver
|
|
- path: /storage/storagedriver/vfs-driver/
|
|
title: Use the VFS storage driver
|
|
- sectiontitle: Run your app in production
|
|
section:
|
|
- sectiontitle: Orchestration
|
|
section:
|
|
- title: "Overview"
|
|
path: /get-started/orchestration/
|
|
- title: "Deploy to Kubernetes"
|
|
path: /get-started/kube-deploy/
|
|
- title: "Deploy to Swarm"
|
|
path: /get-started/swarm-deploy/
|
|
- sectiontitle: Configure all objects
|
|
section:
|
|
- path: /config/labels-custom-metadata/
|
|
title: Apply custom metadata to objects
|
|
- path: /config/pruning/
|
|
title: Prune unused objects
|
|
- path: /config/formatting/
|
|
title: Format command and log output
|
|
- sectiontitle: Configure the daemon
|
|
section:
|
|
- path: /config/daemon/
|
|
title: Configure and run Docker
|
|
- path: /config/daemon/systemd/
|
|
title: Control Docker with systemd
|
|
- path: /config/daemon/prometheus/
|
|
title: Collect metrics with Prometheus
|
|
- sectiontitle: Configure containers
|
|
section:
|
|
- path: /config/containers/start-containers-automatically/
|
|
title: Start containers automatically
|
|
- path: /config/containers/live-restore/
|
|
title: Keep containers alive during daemon downtime
|
|
- path: /config/containers/multi-service_container/
|
|
title: Run multiple services in a container
|
|
- path: /config/containers/runmetrics/
|
|
title: Container runtime metrics
|
|
- path: /config/containers/resource_constraints/
|
|
title: Runtime options with Memory, CPUs, and GPUs
|
|
- sectiontitle: Logging
|
|
section:
|
|
- path: /config/containers/logging/
|
|
title: View a container's logs
|
|
- path: /config/containers/logging/configure/
|
|
title: Configure logging drivers
|
|
- path: /config/containers/logging/dual-logging/
|
|
title: Use docker logs with a logging driver
|
|
- path: /config/containers/logging/plugins/
|
|
title: Use a logging driver plugin
|
|
- path: /config/containers/logging/log_tags/
|
|
title: Customize log driver output
|
|
- sectiontitle: Logging driver details
|
|
section:
|
|
- path: /config/containers/logging/local/
|
|
title: Local file logging driver
|
|
- path: /config/containers/logging/logentries/
|
|
title: Logentries logging driver
|
|
- path: /config/containers/logging/json-file/
|
|
title: JSON File logging driver
|
|
- path: /config/containers/logging/gelf/
|
|
title: Graylog Extended Format (GELF) logging driver
|
|
- path: /config/containers/logging/syslog/
|
|
title: Syslog logging driver
|
|
- path: /config/containers/logging/awslogs/
|
|
title: Amazon CloudWatch logs logging driver
|
|
- path: /config/containers/logging/etwlogs/
|
|
title: ETW logging driver
|
|
- path: /config/containers/logging/fluentd/
|
|
title: Fluentd logging driver
|
|
- path: /config/containers/logging/gcplogs/
|
|
title: Google Cloud logging driver
|
|
- path: /config/containers/logging/journald/
|
|
title: Journald logging driver
|
|
- path: /config/containers/logging/splunk/
|
|
title: Splunk logging driver
|
|
- sectiontitle: Security
|
|
section:
|
|
- path: /engine/security/security/
|
|
title: Docker security
|
|
- path: /engine/security/non-events/
|
|
title: Docker security non-events
|
|
- path: /engine/security/https/
|
|
title: Protect the Docker daemon socket
|
|
- path: /engine/security/certificates/
|
|
title: Using certificates for repository client verification
|
|
- sectiontitle: Use trusted images
|
|
section:
|
|
- path: /engine/security/trust/content_trust/
|
|
title: Content trust in Docker
|
|
- path: /engine/security/trust/trust_automation/
|
|
title: Automation with content trust
|
|
- path: /engine/security/trust/trust_delegation/
|
|
title: Delegations for content trust
|
|
- path: /engine/security/trust/deploying_notary/
|
|
title: Deploying Notary
|
|
- path: /engine/security/trust/trust_key_mng/
|
|
title: Manage keys for content trust
|
|
- path: /engine/security/trust/trust_sandbox/
|
|
title: Play in a content trust sandbox
|
|
- path: /engine/security/antivirus/
|
|
title: Antivirus software and Docker
|
|
- path: /engine/security/apparmor/
|
|
title: AppArmor security profiles for Docker
|
|
- path: /engine/security/seccomp/
|
|
title: Seccomp security profiles for Docker
|
|
- path: /engine/security/userns-remap/
|
|
title: Isolate containers with a user namespace
|
|
- path: /engine/security/rootless/
|
|
title: Run the Docker daemon as a non-root user (Rootless mode)
|
|
- sectiontitle: Scale your app
|
|
section:
|
|
- path: /engine/swarm/
|
|
title: Swarm mode overview
|
|
- path: /engine/swarm/key-concepts/
|
|
title: Swarm mode key concepts
|
|
- sectiontitle: Get started with swarm mode
|
|
section:
|
|
- path: /engine/swarm/swarm-tutorial/
|
|
title: Set up for the tutorial
|
|
- path: /engine/swarm/swarm-tutorial/create-swarm/
|
|
title: Create a swarm
|
|
- path: /engine/swarm/swarm-tutorial/add-nodes/
|
|
title: Add nodes to the swarm
|
|
- path: /engine/swarm/swarm-tutorial/deploy-service/
|
|
title: Deploy a service
|
|
- path: /engine/swarm/swarm-tutorial/inspect-service/
|
|
title: Inspect the service
|
|
- path: /engine/swarm/swarm-tutorial/scale-service/
|
|
title: Scale the service
|
|
- path: /engine/swarm/swarm-tutorial/delete-service/
|
|
title: Delete the service
|
|
- path: /engine/swarm/swarm-tutorial/rolling-update/
|
|
title: Apply rolling updates
|
|
- path: /engine/swarm/swarm-tutorial/drain-node/
|
|
title: Drain a node
|
|
- path: /engine/swarm/ingress/
|
|
title: Use swarm mode routing mesh
|
|
- sectiontitle: How swarm mode works
|
|
section:
|
|
- path: /engine/swarm/how-swarm-mode-works/nodes/
|
|
title: How nodes work
|
|
- path: /engine/swarm/how-swarm-mode-works/services/
|
|
title: How services work
|
|
- path: /engine/swarm/how-swarm-mode-works/pki/
|
|
title: Manage swarm security with PKI
|
|
- path: /engine/swarm/how-swarm-mode-works/swarm-task-states/
|
|
title: Swarm task states
|
|
- path: /engine/swarm/swarm-mode/
|
|
title: Run Docker in swarm mode
|
|
- path: /engine/swarm/join-nodes/
|
|
title: Join nodes to a swarm
|
|
- path: /engine/swarm/manage-nodes/
|
|
title: Manage nodes in a swarm
|
|
- path: /engine/swarm/services/
|
|
title: Deploy services to a swarm
|
|
- path: /engine/swarm/configs/
|
|
title: Store service configuration data
|
|
- path: /engine/swarm/secrets/
|
|
title: Manage sensitive data with Docker secrets
|
|
- path: /engine/swarm/swarm_manager_locking/
|
|
title: Lock your swarm
|
|
- path: /engine/swarm/admin_guide/
|
|
title: Swarm administration guide
|
|
- path: /engine/swarm/raft/
|
|
title: Raft consensus in swarm mode
|
|
- sectiontitle: Extend Docker
|
|
section:
|
|
- path: /engine/extend/
|
|
title: Managed plugin system
|
|
- path: /engine/extend/plugins_authorization/
|
|
title: Access authorization plugin
|
|
- path: /engine/extend/legacy_plugins/
|
|
title: Extending Docker with plugins
|
|
- path: /engine/extend/plugins_network/
|
|
title: Docker network driver plugins
|
|
- path: /engine/extend/plugins_volume/
|
|
title: Volume plugins
|
|
- title: Plugin configuration
|
|
path: /engine/extend/config/
|
|
- path: /engine/extend/plugin_api/
|
|
title: Plugins API
|
|
- sectiontitle: Open source at Docker
|
|
section:
|
|
- path: /opensource/
|
|
title: Contribute to documentation
|
|
- path: /opensource/ways/
|
|
title: Other ways to contribute
|
|
- sectiontitle: Documentation archive
|
|
section:
|
|
- path: /docsarchive/
|
|
title: View the docs archives
|
|
|
|
reference:
|
|
- sectiontitle: Command-line reference
|
|
section:
|
|
- sectiontitle: Docker CLI (docker)
|
|
section:
|
|
- path: /engine/reference/run/
|
|
title: Docker run reference
|
|
- path: /engine/reference/commandline/cli/
|
|
title: Use the Docker command line
|
|
- path: /engine/reference/commandline/docker/
|
|
title: docker (base command)
|
|
- sectiontitle: docker app
|
|
section:
|
|
- path: /engine/reference/commandline/app/
|
|
title: docker app
|
|
- path: /engine/reference/commandline/app_bundle/
|
|
title: docker app bundle
|
|
- path: /engine/reference/commandline/app_completion/
|
|
title: docker app completion
|
|
- path: /engine/reference/commandline/app_init/
|
|
title: docker app init
|
|
- path: /engine/reference/commandline/app_inspect/
|
|
title: docker app inspect
|
|
- path: /engine/reference/commandline/app_install/
|
|
title: docker app install
|
|
- path: /engine/reference/commandline/app_list/
|
|
title: docker app list
|
|
- path: /engine/reference/commandline/app_merge/
|
|
title: docker app merge
|
|
- path: /engine/reference/commandline/app_pull/
|
|
title: docker app pull
|
|
- path: /engine/reference/commandline/app_push/
|
|
title: docker app push
|
|
- path: /engine/reference/commandline/app_render/
|
|
title: docker app render
|
|
- path: /engine/reference/commandline/app_split/
|
|
title: docker app split
|
|
- path: /engine/reference/commandline/app_status/
|
|
title: docker app status
|
|
- path: /engine/reference/commandline/app_uninstall/
|
|
title: docker app uninstall
|
|
- path: /engine/reference/commandline/app_upgrade/
|
|
title: docker app upgrade
|
|
- path: /engine/reference/commandline/app_validate/
|
|
title: docker app validate
|
|
- path: /engine/reference/commandline/app_version/
|
|
title: docker app version
|
|
- sectiontitle: docker assemble
|
|
section:
|
|
- path: /engine/reference/commandline/assemble/
|
|
title: docker assemble
|
|
- path: /engine/reference/commandline/assemble_backend/
|
|
title: docker assemble backend
|
|
- path: /engine/reference/commandline/assemble_backend_cache/
|
|
title: docker assemble backend cache
|
|
- path: /engine/reference/commandline/assemble_backend_cache_purge/
|
|
title: docker assemble backend cache purge
|
|
- path: /engine/reference/commandline/assemble_backend_cache_usage/
|
|
title: docker assemble backend cache usage
|
|
- path: /engine/reference/commandline/assemble_backend_image/
|
|
title: docker assemble backend image
|
|
- path: /engine/reference/commandline/assemble_backend_info/
|
|
title: docker assemble backend info
|
|
- path: /engine/reference/commandline/assemble_backend_logs/
|
|
title: docker assemble backend logs
|
|
- path: /engine/reference/commandline/assemble_backend_start/
|
|
title: docker assemble backend start
|
|
- path: /engine/reference/commandline/assemble_backend_stop/
|
|
title: docker assemble backend stop
|
|
- path: /engine/reference/commandline/assemble_build/
|
|
title: docker assemble build
|
|
- path: /engine/reference/commandline/assemble_version/
|
|
title: docker assemble version
|
|
- path: /engine/reference/commandline/attach/
|
|
title: docker attach
|
|
- path: /engine/reference/commandline/build/
|
|
title: docker build
|
|
- sectiontitle: docker builder
|
|
section:
|
|
- path: /engine/reference/commandline/builder/
|
|
title: docker builder
|
|
- path: /engine/reference/commandline/builder_build/
|
|
title: docker builder build
|
|
- path: /engine/reference/commandline/builder_prune/
|
|
title: docker builder prune
|
|
- sectiontitle: docker buildx
|
|
section:
|
|
- path: /engine/reference/commandline/buildx/
|
|
title: docker buildx
|
|
- path: /engine/reference/commandline/buildx_bake/
|
|
title: docker buildx bake
|
|
- path: /engine/reference/commandline/buildx_build/
|
|
title: docker buildx build
|
|
- path: /engine/reference/commandline/buildx_create/
|
|
title: docker buildx create
|
|
- path: /engine/reference/commandline/buildx_imagetools/
|
|
title: docker buildx imagetools
|
|
- path: /engine/reference/commandline/buildx_imagetools_create/
|
|
title: docker buildx imagetools create
|
|
- path: /engine/reference/commandline/buildx_imagetools_inspect/
|
|
title: docker buildx imagetools inspect
|
|
- path: /engine/reference/commandline/buildx_inspect/
|
|
title: docker buildx inspect
|
|
- path: /engine/reference/commandline/buildx_ls/
|
|
title: docker buildx ls
|
|
- path: /engine/reference/commandline/buildx_rm/
|
|
title: docker buildx rm
|
|
- path: /engine/reference/commandline/buildx_stop/
|
|
title: docker buildx stop
|
|
- path: /engine/reference/commandline/buildx_use/
|
|
title: docker buildx use
|
|
- path: /engine/reference/commandline/buildx_version/
|
|
title: docker buildx version
|
|
- sectiontitle: docker checkpoint
|
|
section:
|
|
- path: /engine/reference/commandline/checkpoint/
|
|
title: docker checkpoint
|
|
- path: /engine/reference/commandline/checkpoint_create/
|
|
title: docker checkpoint create
|
|
- path: /engine/reference/commandline/checkpoint_ls/
|
|
title: docker checkpoint ls
|
|
- path: /engine/reference/commandline/checkpoint_rm/
|
|
title: docker checkpoint rm
|
|
- sectiontitle: docker cluster
|
|
section:
|
|
- path: /engine/reference/commandline/cluster/
|
|
title: docker cluster
|
|
- path: /engine/reference/commandline/cluster_backup/
|
|
title: docker cluster backup
|
|
- path: /engine/reference/commandline/cluster_create/
|
|
title: docker cluster create
|
|
- path: /engine/reference/commandline/cluster_inspect/
|
|
title: docker cluster inspect
|
|
- path: /engine/reference/commandline/cluster_ls/
|
|
title: docker cluster ls
|
|
- path: /engine/reference/commandline/cluster_restore/
|
|
title: docker cluster restore
|
|
- path: /engine/reference/commandline/cluster_rm/
|
|
title: docker cluster rm
|
|
- path: /engine/reference/commandline/cluster_update/
|
|
title: docker cluster update
|
|
- path: /engine/reference/commandline/cluster_version/
|
|
title: docker cluster version
|
|
- path: /engine/reference/commandline/commit/
|
|
title: docker commit
|
|
- sectiontitle: docker config
|
|
section:
|
|
- path: /engine/reference/commandline/config/
|
|
title: docker config
|
|
- path: /engine/reference/commandline/config_create/
|
|
title: docker config create
|
|
- path: /engine/reference/commandline/config_inspect/
|
|
title: docker config inspect
|
|
- path: /engine/reference/commandline/config_ls/
|
|
title: docker config ls
|
|
- path: /engine/reference/commandline/config_rm/
|
|
title: docker config rm
|
|
- sectiontitle: docker container
|
|
section:
|
|
- path: /engine/reference/commandline/container/
|
|
title: docker container
|
|
- path: /engine/reference/commandline/container_attach/
|
|
title: docker container attach
|
|
- path: /engine/reference/commandline/container_commit/
|
|
title: docker container commit
|
|
- path: /engine/reference/commandline/container_cp/
|
|
title: docker container cp
|
|
- path: /engine/reference/commandline/container_create/
|
|
title: docker container create
|
|
- path: /engine/reference/commandline/container_diff/
|
|
title: docker container diff
|
|
- path: /engine/reference/commandline/container_exec/
|
|
title: docker container exec
|
|
- path: /engine/reference/commandline/container_export/
|
|
title: docker container export
|
|
- path: /engine/reference/commandline/container_inspect/
|
|
title: docker container inspect
|
|
- path: /engine/reference/commandline/container_kill/
|
|
title: docker container kill
|
|
- path: /engine/reference/commandline/container_logs/
|
|
title: docker container logs
|
|
- path: /engine/reference/commandline/container_ls/
|
|
title: docker container ls
|
|
- path: /engine/reference/commandline/container_pause/
|
|
title: docker container pause
|
|
- path: /engine/reference/commandline/container_port/
|
|
title: docker container port
|
|
- path: /engine/reference/commandline/container_prune/
|
|
title: docker container prune
|
|
- path: /engine/reference/commandline/container_rename/
|
|
title: docker container rename
|
|
- path: /engine/reference/commandline/container_restart/
|
|
title: docker container restart
|
|
- path: /engine/reference/commandline/container_rm/
|
|
title: docker container rm
|
|
- path: /engine/reference/commandline/container_run/
|
|
title: docker container run
|
|
- path: /engine/reference/commandline/container_start/
|
|
title: docker container start
|
|
- path: /engine/reference/commandline/container_stats/
|
|
title: docker container stats
|
|
- path: /engine/reference/commandline/container_stop/
|
|
title: docker container stop
|
|
- path: /engine/reference/commandline/container_top/
|
|
title: docker container top
|
|
- path: /engine/reference/commandline/container_unpause/
|
|
title: docker container unpause
|
|
- path: /engine/reference/commandline/container_update/
|
|
title: docker container update
|
|
- path: /engine/reference/commandline/container_wait/
|
|
title: docker container wait
|
|
- sectiontitle: docker context
|
|
section:
|
|
- path: /engine/reference/commandline/context/
|
|
title: docker context
|
|
- path: /engine/reference/commandline/context_create/
|
|
title: docker context create
|
|
- path: /engine/reference/commandline/context_export/
|
|
title: docker context export
|
|
- path: /engine/reference/commandline/context_import/
|
|
title: docker context import
|
|
- path: /engine/reference/commandline/context_inspect/
|
|
title: docker context inspect
|
|
- path: /engine/reference/commandline/context_ls/
|
|
title: docker context ls
|
|
- path: /engine/reference/commandline/context_rm/
|
|
title: docker context rm
|
|
- path: /engine/reference/commandline/context_update/
|
|
title: docker context update
|
|
- path: /engine/reference/commandline/context_use/
|
|
title: docker context use
|
|
- path: /engine/reference/commandline/cp/
|
|
title: docker cp
|
|
- path: /engine/reference/commandline/create/
|
|
title: docker create
|
|
- path: /engine/reference/commandline/deploy/
|
|
title: docker deploy
|
|
- path: /engine/reference/commandline/diff/
|
|
title: docker diff
|
|
- path: /engine/reference/commandline/events/
|
|
title: docker events
|
|
- path: /engine/reference/commandline/exec/
|
|
title: docker exec
|
|
- path: /engine/reference/commandline/export/
|
|
title: docker export
|
|
- path: /engine/reference/commandline/history/
|
|
title: docker history
|
|
- sectiontitle: docker image
|
|
section:
|
|
- path: /engine/reference/commandline/image/
|
|
title: docker image
|
|
- path: /engine/reference/commandline/image_build/
|
|
title: docker image build
|
|
- path: /engine/reference/commandline/image_history/
|
|
title: docker image history
|
|
- path: /engine/reference/commandline/image_import/
|
|
title: docker image import
|
|
- path: /engine/reference/commandline/image_inspect/
|
|
title: docker image inspect
|
|
- path: /engine/reference/commandline/image_load/
|
|
title: docker image load
|
|
- path: /engine/reference/commandline/image_ls/
|
|
title: docker image ls
|
|
- path: /engine/reference/commandline/image_prune/
|
|
title: docker image prune
|
|
- path: /engine/reference/commandline/image_pull/
|
|
title: docker image pull
|
|
- path: /engine/reference/commandline/image_push/
|
|
title: docker image push
|
|
- path: /engine/reference/commandline/image_rm/
|
|
title: docker image rm
|
|
- path: /engine/reference/commandline/image_save/
|
|
title: docker image save
|
|
- path: /engine/reference/commandline/image_tag/
|
|
title: docker image tag
|
|
- path: /engine/reference/commandline/images/
|
|
title: docker images
|
|
- path: /engine/reference/commandline/import/
|
|
title: docker import
|
|
- path: /engine/reference/commandline/info/
|
|
title: docker info
|
|
- path: /engine/reference/commandline/inspect/
|
|
title: docker inspect
|
|
- path: /engine/reference/commandline/kill/
|
|
title: docker kill
|
|
- path: /engine/reference/commandline/load/
|
|
title: docker load
|
|
- path: /engine/reference/commandline/login/
|
|
title: docker login
|
|
- path: /engine/reference/commandline/logout/
|
|
title: docker logout
|
|
- path: /engine/reference/commandline/logs/
|
|
title: docker logs
|
|
- sectiontitle: docker manifest
|
|
section:
|
|
- path: /engine/reference/commandline/manifest/
|
|
title: docker manifest
|
|
- path: /engine/reference/commandline/manifest_annotate/
|
|
title: docker manifest annotate
|
|
- path: /engine/reference/commandline/manifest_create/
|
|
title: docker manifest create
|
|
- path: /engine/reference/commandline/manifest_inspect/
|
|
title: docker manifest inspect
|
|
- path: /engine/reference/commandline/manifest_push/
|
|
title: docker manifest push
|
|
- sectiontitle: docker network
|
|
section:
|
|
- path: /engine/reference/commandline/network/
|
|
title: docker network
|
|
- path: /engine/reference/commandline/network_connect/
|
|
title: docker network connect
|
|
- path: /engine/reference/commandline/network_create/
|
|
title: docker network create
|
|
- path: /engine/reference/commandline/network_disconnect/
|
|
title: docker network disconnect
|
|
- path: /engine/reference/commandline/network_inspect/
|
|
title: docker network inspect
|
|
- path: /engine/reference/commandline/network_ls/
|
|
title: docker network ls
|
|
- path: /engine/reference/commandline/network_prune/
|
|
title: docker network prune
|
|
- path: /engine/reference/commandline/network_rm/
|
|
title: docker network rm
|
|
- sectiontitle: docker node
|
|
section:
|
|
- path: /engine/reference/commandline/node/
|
|
title: docker node
|
|
- path: /engine/reference/commandline/node_demote/
|
|
title: docker node demote
|
|
- path: /engine/reference/commandline/node_inspect/
|
|
title: docker node inspect
|
|
- path: /engine/reference/commandline/node_ls/
|
|
title: docker node ls
|
|
- path: /engine/reference/commandline/node_promote/
|
|
title: docker node promote
|
|
- path: /engine/reference/commandline/node_ps/
|
|
title: docker node ps
|
|
- path: /engine/reference/commandline/node_rm/
|
|
title: docker node rm
|
|
- path: /engine/reference/commandline/node_update/
|
|
title: docker node update
|
|
- path: /engine/reference/commandline/pause/
|
|
title: docker pause
|
|
- sectiontitle: docker plugin
|
|
section:
|
|
- path: /engine/reference/commandline/plugin/
|
|
title: docker plugin
|
|
- path: /engine/reference/commandline/plugin_create/
|
|
title: docker plugin create
|
|
- path: /engine/reference/commandline/plugin_disable/
|
|
title: docker plugin disable
|
|
- path: /engine/reference/commandline/plugin_enable/
|
|
title: docker plugin enable
|
|
- path: /engine/reference/commandline/plugin_inspect/
|
|
title: docker plugin inspect
|
|
- path: /engine/reference/commandline/plugin_install/
|
|
title: docker plugin install
|
|
- path: /engine/reference/commandline/plugin_ls/
|
|
title: docker plugin ls
|
|
- path: /engine/reference/commandline/plugin_rm/
|
|
title: docker plugin rm
|
|
- path: /engine/reference/commandline/plugin_set/
|
|
title: docker plugin set
|
|
- path: /engine/reference/commandline/plugin_upgrade/
|
|
title: docker plugin upgrade
|
|
- path: /engine/reference/commandline/port/
|
|
title: docker port
|
|
- path: /engine/reference/commandline/ps/
|
|
title: docker ps
|
|
- path: /engine/reference/commandline/pull/
|
|
title: docker pull
|
|
- path: /engine/reference/commandline/push/
|
|
title: docker push
|
|
- sectiontitle: docker registry
|
|
section:
|
|
- path: /engine/reference/commandline/registry/
|
|
title: docker registry
|
|
- path: /engine/reference/commandline/registry_events/
|
|
title: docker registry events
|
|
- path: /engine/reference/commandline/registry_history/
|
|
title: docker registry history
|
|
- path: /engine/reference/commandline/registry_info/
|
|
title: docker registry info
|
|
- path: /engine/reference/commandline/registry_inspect/
|
|
title: docker registry inspect
|
|
- path: /engine/reference/commandline/registry_joblogs/
|
|
title: docker registry joblogs
|
|
- path: /engine/reference/commandline/registry_ls/
|
|
title: docker registry ls
|
|
- path: /engine/reference/commandline/registry_rmi/
|
|
title: docker registry rmi
|
|
- path: /engine/reference/commandline/rename/
|
|
title: docker rename
|
|
- path: /engine/reference/commandline/restart/
|
|
title: docker restart
|
|
- path: /engine/reference/commandline/rm/
|
|
title: docker rm
|
|
- path: /engine/reference/commandline/rmi/
|
|
title: docker rmi
|
|
- path: /engine/reference/commandline/run/
|
|
title: docker run
|
|
- path: /engine/reference/commandline/save/
|
|
title: docker save
|
|
- path: /engine/reference/commandline/search/
|
|
title: docker search
|
|
- sectiontitle: docker secret
|
|
section:
|
|
- path: /engine/reference/commandline/secret/
|
|
title: docker secret
|
|
- path: /engine/reference/commandline/secret_create/
|
|
title: docker secret create
|
|
- path: /engine/reference/commandline/secret_inspect/
|
|
title: docker secret inspect
|
|
- path: /engine/reference/commandline/secret_ls/
|
|
title: docker secret ls
|
|
- path: /engine/reference/commandline/secret_rm/
|
|
title: docker secret rm
|
|
- sectiontitle: docker service
|
|
section:
|
|
- path: /engine/reference/commandline/service/
|
|
title: docker service
|
|
- path: /engine/reference/commandline/service_create/
|
|
title: docker service create
|
|
- path: /engine/reference/commandline/service_inspect/
|
|
title: docker service inspect
|
|
- path: /engine/reference/commandline/service_logs/
|
|
title: docker service logs
|
|
- path: /engine/reference/commandline/service_ls/
|
|
title: docker service ls
|
|
- path: /engine/reference/commandline/service_ps/
|
|
title: docker service ps
|
|
- path: /engine/reference/commandline/service_rollback/
|
|
title: docker service rollback
|
|
- path: /engine/reference/commandline/service_rm/
|
|
title: docker service rm
|
|
- path: /engine/reference/commandline/service_scale/
|
|
title: docker service scale
|
|
- path: /engine/reference/commandline/service_update/
|
|
title: docker service update
|
|
- sectiontitle: docker stack
|
|
section:
|
|
- path: /engine/reference/commandline/stack/
|
|
title: docker stack
|
|
- path: /engine/reference/commandline/stack_deploy/
|
|
title: docker stack deploy
|
|
- path: /engine/reference/commandline/stack_ps/
|
|
title: docker stack ps
|
|
- path: /engine/reference/commandline/stack_rm/
|
|
title: docker stack rm
|
|
- path: /engine/reference/commandline/stack_services/
|
|
title: docker stack services
|
|
- path: /engine/reference/commandline/start/
|
|
title: docker start
|
|
- path: /engine/reference/commandline/stats/
|
|
title: docker stats
|
|
- path: /engine/reference/commandline/stop/
|
|
title: docker stop
|
|
- sectiontitle: docker swarm
|
|
section:
|
|
- path: /engine/reference/commandline/swarm/
|
|
title: docker swarm
|
|
- path: /engine/reference/commandline/swarm_ca/
|
|
title: docker swarm ca
|
|
- path: /engine/reference/commandline/swarm_init/
|
|
title: docker swarm init
|
|
- path: /engine/reference/commandline/swarm_join-token/
|
|
title: docker swarm join-token
|
|
- path: /engine/reference/commandline/swarm_join/
|
|
title: docker swarm join
|
|
- path: /engine/reference/commandline/swarm_leave/
|
|
title: docker swarm leave
|
|
- path: /engine/reference/commandline/swarm_unlock-key/
|
|
title: docker swarm unlock-key
|
|
- path: /engine/reference/commandline/swarm_unlock/
|
|
title: docker swarm unlock
|
|
- path: /engine/reference/commandline/swarm_update/
|
|
title: docker swarm update
|
|
- sectiontitle: docker system
|
|
section:
|
|
- path: /engine/reference/commandline/system/
|
|
title: docker system
|
|
- path: /engine/reference/commandline/system_df/
|
|
title: docker system df
|
|
- path: /engine/reference/commandline/system_events/
|
|
title: docker system events
|
|
- path: /engine/reference/commandline/system_info/
|
|
title: docker system info
|
|
- path: /engine/reference/commandline/system_prune/
|
|
title: docker system prune
|
|
- path: /engine/reference/commandline/tag/
|
|
title: docker tag
|
|
- sectiontitle: docker template
|
|
section:
|
|
- path: /engine/reference/commandline/template/
|
|
title: docker template
|
|
- path: /engine/reference/commandline/template_config/
|
|
title: docker template config
|
|
- path: /engine/reference/commandline/template_config_set/
|
|
title: docker template config set
|
|
- path: /engine/reference/commandline/template_config_view/
|
|
title: docker template config view
|
|
- path: /engine/reference/commandline/template_inspect/
|
|
title: docker template inspect
|
|
- path: /engine/reference/commandline/template_list/
|
|
title: docker template list
|
|
- path: /engine/reference/commandline/template_scaffold/
|
|
title: docker template scaffold
|
|
- path: /engine/reference/commandline/template_version/
|
|
title: docker template version
|
|
- path: /engine/reference/commandline/top/
|
|
title: docker top
|
|
- sectiontitle: docker trust
|
|
section:
|
|
- path: /engine/reference/commandline/trust/
|
|
title: docker trust
|
|
- path: /engine/reference/commandline/trust_inspect/
|
|
title: docker trust inspect
|
|
- path: /engine/reference/commandline/trust_key/
|
|
title: docker trust key
|
|
- path: /engine/reference/commandline/trust_key_generate/
|
|
title: docker trust key generate
|
|
- path: /engine/reference/commandline/trust_key_load/
|
|
title: docker trust key load
|
|
- path: /engine/reference/commandline/trust_revoke/
|
|
title: docker trust revoke
|
|
- path: /engine/reference/commandline/trust_sign/
|
|
title: docker trust sign
|
|
- path: /engine/reference/commandline/trust_signer/
|
|
title: docker trust signer
|
|
- path: /engine/reference/commandline/trust_signer_add/
|
|
title: docker trust signer add
|
|
- path: /engine/reference/commandline/trust_signer_remove/
|
|
title: docker trust signer remove
|
|
- path: /engine/reference/commandline/unpause/
|
|
title: docker unpause
|
|
- path: /engine/reference/commandline/update/
|
|
title: docker update
|
|
- path: /engine/reference/commandline/version/
|
|
title: docker version
|
|
- sectiontitle: docker volume
|
|
section:
|
|
- path: /engine/reference/commandline/volume_create/
|
|
title: docker volume create
|
|
- path: /engine/reference/commandline/volume_inspect/
|
|
title: docker volume inspect
|
|
- path: /engine/reference/commandline/volume_ls/
|
|
title: docker volume ls
|
|
- path: /engine/reference/commandline/volume_prune/
|
|
title: docker volume prune
|
|
- path: /engine/reference/commandline/volume_rm/
|
|
title: docker volume rm
|
|
- path: /engine/reference/commandline/wait/
|
|
title: docker wait
|
|
- sectiontitle: Docker Compose CLI reference
|
|
section:
|
|
- path: /compose/reference/overview/
|
|
title: Overview of docker-compose CLI
|
|
- path: /compose/reference/envvars/
|
|
title: CLI environment variables
|
|
- path: /compose/completion/
|
|
title: Command-line completion
|
|
- path: /compose/reference/build/
|
|
title: build
|
|
- path: /compose/reference/config/
|
|
title: config
|
|
- path: /compose/reference/create/
|
|
title: create
|
|
- path: /compose/reference/down/
|
|
title: down
|
|
- path: /compose/reference/events/
|
|
title: events
|
|
- path: /compose/reference/exec/
|
|
title: exec
|
|
- path: /compose/reference/help/
|
|
title: help
|
|
- path: /compose/reference/kill/
|
|
title: kill
|
|
- path: /compose/reference/logs/
|
|
title: logs
|
|
- path: /compose/reference/pause/
|
|
title: pause
|
|
- path: /compose/reference/port/
|
|
title: port
|
|
- path: /compose/reference/ps/
|
|
title: ps
|
|
- path: /compose/reference/pull/
|
|
title: pull
|
|
- path: /compose/reference/push/
|
|
title: push
|
|
- path: /compose/reference/restart/
|
|
title: restart
|
|
- path: /compose/reference/rm/
|
|
title: rm
|
|
- path: /compose/reference/run/
|
|
title: run
|
|
- path: /compose/reference/scale/
|
|
title: scale
|
|
- path: /compose/reference/start/
|
|
title: start
|
|
- path: /compose/reference/stop/
|
|
title: stop
|
|
- path: /compose/reference/top/
|
|
title: top
|
|
- path: /compose/reference/unpause/
|
|
title: unpause
|
|
- path: /compose/reference/up/
|
|
title: up
|
|
- title: Daemon CLI (dockerd)
|
|
path: /engine/reference/commandline/dockerd/
|
|
- sectiontitle: API reference
|
|
section:
|
|
- sectiontitle: Docker Engine API
|
|
section:
|
|
- path: /engine/api/
|
|
title: Overview
|
|
- path: /engine/api/sdk/
|
|
title: SDKs
|
|
- path: /engine/api/sdk/examples/
|
|
title: SDK examples
|
|
- path: /engine/api/latest/
|
|
title: v{{ site.latest_engine_api_version }} reference (latest)
|
|
- sectiontitle: API reference by version
|
|
section:
|
|
- path: /engine/api/version-history/
|
|
title: Version history overview
|
|
- path: /engine/api/v1.40/
|
|
title: v1.40 reference
|
|
- path: /engine/api/v1.39/
|
|
title: v1.39 reference
|
|
- path: /engine/api/v1.38/
|
|
title: v1.38 reference
|
|
- path: /engine/api/v1.37/
|
|
title: v1.37 reference
|
|
- path: /engine/api/v1.36/
|
|
title: v1.36 reference
|
|
- path: /engine/api/v1.35/
|
|
title: v1.35 reference
|
|
- path: /engine/api/v1.34/
|
|
title: v1.34 reference
|
|
- path: /engine/api/v1.33/
|
|
title: v1.33 reference
|
|
- path: /engine/api/v1.32/
|
|
title: v1.32 Reference
|
|
- path: /engine/api/v1.31/
|
|
title: v1.31 Reference
|
|
- path: /engine/api/v1.30/
|
|
title: v1.30 Reference
|
|
- path: /engine/api/v1.29/
|
|
title: v1.29 Reference
|
|
- path: /engine/api/v1.28/
|
|
title: v1.28 reference
|
|
- path: /engine/api/v1.27/
|
|
title: v1.27 reference
|
|
- path: /engine/api/v1.26/
|
|
title: v1.26 reference
|
|
- path: /engine/api/v1.25/
|
|
title: v1.25 reference
|
|
- path: /engine/api/v1.24/
|
|
title: v1.24 reference
|
|
- path: /engine/api/v1.23/
|
|
title: v1.23 reference
|
|
- path: /engine/api/v1.22/
|
|
title: v1.22 reference
|
|
- path: /engine/api/v1.21/
|
|
title: v1.21 reference
|
|
- path: /engine/api/v1.20/
|
|
title: v1.20 reference
|
|
- path: /engine/api/v1.19/
|
|
title: v1.19 reference
|
|
- path: /engine/api/v1.18/
|
|
title: v1.18 reference
|
|
- title: Registry API
|
|
path: /registry/spec/api/
|
|
- title: Template API
|
|
path: /app-template/api-reference/
|
|
- title: Dockerfile reference
|
|
path: /engine/reference/builder/
|
|
- sectiontitle: Compose file reference
|
|
section:
|
|
- path: /compose/compose-file/
|
|
title: Version 3
|
|
- path: /compose/compose-file/compose-file-v2/
|
|
title: Version 2
|
|
- path: /compose/compose-file/compose-file-v1/
|
|
title: Version 1
|
|
- path: /compose/compose-file/compose-versioning/
|
|
title: About versions and upgrading
|
|
- path: /compose/faq/
|
|
title: Frequently asked questions
|
|
- sectiontitle: Drivers and specifications
|
|
section:
|
|
- sectiontitle: Registry image manifests
|
|
section:
|
|
- path: /registry/spec/manifest-v2-1/
|
|
title: Image manifest v 2, schema 1
|
|
- path: /registry/spec/manifest-v2-2/
|
|
title: Image manifest v 2, schema 2
|
|
- path: /registry/spec/deprecated-schema-v1/
|
|
title: Update deprecated schema v1 images
|
|
- sectiontitle: Registry token authorization
|
|
section:
|
|
- path: /registry/spec/auth/
|
|
title: Docker Registry token authentication
|
|
- path: /registry/spec/auth/jwt/
|
|
title: Token authentication implementation
|
|
- path: /registry/spec/auth/oauth/
|
|
title: Oauth2 token authentication
|
|
- path: /registry/spec/auth/scope/
|
|
title: Token scope documentation
|
|
- path: /registry/spec/auth/token/
|
|
title: Token authentication specification
|
|
- sectiontitle: Registry storage drivers
|
|
section:
|
|
- path: /registry/storage-drivers/
|
|
title: Storage driver overview
|
|
- path: /registry/storage-drivers/oss/
|
|
title: Aliyun OSS storage driver
|
|
- path: /registry/storage-drivers/filesystem/
|
|
title: Filesystem storage driver
|
|
- path: /registry/storage-drivers/gcs/
|
|
title: GCS storage driver
|
|
- path: /registry/storage-drivers/inmemory/
|
|
title: In-memory storage driver
|
|
- path: /registry/storage-drivers/azure/
|
|
title: Microsoft Azure storage driver
|
|
- path: /registry/storage-drivers/s3/
|
|
title: S3 storage driver
|
|
- path: /registry/storage-drivers/swift/
|
|
title: Swift storage driver
|
|
- path: /glossary/
|
|
title: Glossary
|
|
|
|
|
|
|
|
samples:
|
|
- path: /samples/#tutorial-labs
|
|
title: Tutorial labs
|
|
- sectiontitle: Sample applications
|
|
section:
|
|
- path: /samples/
|
|
title: Samples home
|
|
- path: /engine/examples/apt-cacher-ng/
|
|
title: apt-cacher-ng
|
|
- path: /engine/examples/dotnetcore/
|
|
title: ASP.NET Core application
|
|
- path: /compose/aspnet-mssql-compose/
|
|
title: ASP.NET Core + SQL Server on Linux
|
|
- path: /engine/examples/couchdb_data_volumes/
|
|
title: CouchDB
|
|
- path: /compose/django/
|
|
title: Django and PostgreSQL
|
|
- path: /engine/examples/postgresql_service/
|
|
title: PostgreSQL
|
|
- path: /compose/rails/
|
|
title: Rails and PostgreSQL
|
|
- path: /engine/examples/running_riak_service/
|
|
title: Riak
|
|
- path: /engine/examples/running_ssh_service/
|
|
title: SSHd
|
|
- path: /samples/#library-references
|
|
title: Library references
|
|
|
|
manuals:
|
|
- sectiontitle: Docker Engine
|
|
section:
|
|
- path: /install/
|
|
title: Overview
|
|
- sectiontitle: Linux
|
|
section:
|
|
- path: /install/linux/docker-ce/centos/
|
|
title: CentOS
|
|
- path: /install/linux/docker-ce/debian/
|
|
title: Debian
|
|
- path: /install/linux/docker-ce/fedora/
|
|
title: Fedora
|
|
- path: /install/linux/docker-ce/ubuntu/
|
|
title: Ubuntu
|
|
- path: /install/linux/docker-ce/binaries/
|
|
title: Binaries
|
|
- path: /install/linux/linux-postinstall/
|
|
title: Optional Linux post-installation steps
|
|
- path: /engine/release-notes/
|
|
title: Release notes
|
|
- 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/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/dashboard/
|
|
title: Dashboard
|
|
- 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/dashboard/
|
|
title: Dashboard
|
|
- 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/
|
|
title: Overview
|
|
- path: /ee/desktop/release-notes/
|
|
title: Release notes
|
|
- sectiontitle: Admin
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /ee/desktop/admin/install/mac/
|
|
title: Install DDE on Mac
|
|
- path: /ee/desktop/admin/install/windows/
|
|
title: Install DDE on Windows
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /ee/desktop/admin/configure/mac-admin/
|
|
title: Configure DDE on Mac
|
|
- path: /ee/desktop/admin/configure/windows-admin/
|
|
title: Configure DDE on Windows
|
|
- sectiontitle: User
|
|
section:
|
|
- path: /ee/desktop/user/mac-user/
|
|
title: Use DDE on Mac
|
|
- path: /ee/desktop/user/windows-user/
|
|
title: Use DDE on Windows
|
|
- path: /ee/desktop/app-designer/
|
|
title: Application designer
|
|
- sectiontitle: Troubleshoot
|
|
section:
|
|
- path: /ee/desktop/troubleshoot/mac-issues/
|
|
title: Troubleshoot DDE issues on Mac
|
|
- path: /ee/desktop/troubleshoot/windows-issues/
|
|
title: Troubleshoot DDE issues on Windows
|
|
- 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: 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/multi-host-networking/
|
|
title: Multi-host networking
|
|
- 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
|
|
- sectiontitle: Docker Enterprise
|
|
section:
|
|
- path: /ee/
|
|
title: Docker Enterprise
|
|
- path: /ee/release-notes/
|
|
title: Install or upgrade
|
|
- path: /ee/licensing/
|
|
title: Licensing
|
|
- title: Get support
|
|
path: /ee/get-support/
|
|
- sectiontitle: Docker Cluster
|
|
section:
|
|
- path: /ee/cluster/
|
|
title: Overview
|
|
- path: /ee/cluster/release-notes/
|
|
title: Release notes
|
|
- path: /ee/cluster/aws/
|
|
title: Docker Cluster on AWS
|
|
- path: /ee/cluster/azure/
|
|
title: Docker Cluster on Azure
|
|
- path: /ee/cluster/cluster-file/
|
|
title: Cluster file structure
|
|
- path: /ee/cluster/reference/envvars/
|
|
title: Environment variables
|
|
- sectiontitle: Docker Engine - Enterprise
|
|
section:
|
|
- title: Overview
|
|
path: /ee/supported-platforms/
|
|
- title: Release notes
|
|
path: /ee/docker-ee/release-notes/
|
|
- sectiontitle: Linux
|
|
section:
|
|
- path: /ee/docker-ee/centos/
|
|
title: CentOS
|
|
- path: /ee/docker-ee/oracle/
|
|
title: Oracle Linux
|
|
- path: /ee/docker-ee/rhel/
|
|
title: RHEL
|
|
- path: /ee/docker-ee/suse/
|
|
title: SLES
|
|
- path: /ee/docker-ee/ubuntu/
|
|
title: Ubuntu
|
|
- path: /ee/docker-ee/windows/docker-ee/
|
|
title: Microsoft Windows Server
|
|
- sectiontitle: Universal Control Plane
|
|
section:
|
|
- path: /ee/ucp/
|
|
title: Universal Control Plane overview
|
|
- path: /ee/ucp/ucp-architecture/
|
|
title: UCP Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /ee/ucp/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /ee/ucp/admin/install/plan-installation/
|
|
title: Plan your installation
|
|
- path: /ee/ucp/admin/install/
|
|
title: Install
|
|
- path: /ee/ucp/admin/install/install-offline/
|
|
title: Install offline
|
|
- sectiontitle: Cloud Providers
|
|
section:
|
|
- path: /ee/ucp/admin/install/cloudproviders/install-on-azure/
|
|
title: Install on Azure
|
|
- path: /ee/ucp/admin/install/cloudproviders/install-on-azure-custom/
|
|
title: Custom Azure roles
|
|
- path: /ee/ucp/admin/install/cloudproviders/install-on-aws/
|
|
title: Install on AWS
|
|
- path: /ee/ucp/admin/install/upgrade/
|
|
title: Upgrade
|
|
- path: /ee/ucp/admin/install/upgrade-offline/
|
|
title: Upgrade offline
|
|
- path: /ee/ucp/admin/install/uninstall/
|
|
title: Uninstall
|
|
- path: /ee/ucp/admin/install/architecture-specific-images/
|
|
title: Architecture-specific images
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /ee/ucp/admin/configure/add-labels-to-cluster-nodes/
|
|
title: Add labels to cluster nodes
|
|
- path: /ee/ucp/admin/configure/add-sans-to-cluster/
|
|
title: Add SANs to cluster certificates
|
|
- path: /ee/ucp/admin/configure/admission-controllers/
|
|
title: Admission Controllers
|
|
- path: /ee/ucp/admin/configure/collect-cluster-metrics/
|
|
title: Collect UCP cluster metrics with Prometheus
|
|
- path: /ee/ucp/admin/configure/metrics-descriptions/
|
|
title: Using UCP cluster metrics with Prometheus
|
|
- path: /ee/ucp/admin/configure/configure-rbac-kube/
|
|
title: Configure native Kubernetes role-based access control
|
|
- path: /ee/ucp/admin/configure/enable-audit-logging/
|
|
title: Audit logging on UCP
|
|
- path: /ee/ucp/admin/configure/enable-saml-authentication/
|
|
title: Enable SAML authentication
|
|
- path: /ee/ucp/admin/configure/integrate-saml/
|
|
title: SAML integration
|
|
- path: /ee/ucp/admin/configure/integrate-scim/
|
|
title: SCIM integration
|
|
- path: /ee/ucp/admin/configure/enable-helm-tiller/
|
|
title: Enable Helm and Tiller with UCP
|
|
- path: /ee/ucp/admin/configure/external-auth/
|
|
title: Integrate with LDAP
|
|
- path: /ee/ucp/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /ee/ucp/admin/configure/restrict-services-to-worker-nodes/
|
|
title: Restrict services to worker nodes
|
|
- path: /ee/ucp/admin/configure/run-only-the-images-you-trust/
|
|
title: Run only the images you trust
|
|
- path: /ee/ucp/admin/configure/set-session-timeout/
|
|
title: Set the user's session timeout
|
|
- path: /ee/ucp/admin/configure/ucp-configuration-file/
|
|
title: UCP configuration file
|
|
- path: /ee/ucp/admin/configure/kms-plugin/
|
|
title: KMS plugin support for UCP
|
|
- path: /ee/ucp/admin/configure/use-node-local-network-in-swarm/
|
|
title: Use a local node network in a swarm
|
|
- path: /ee/ucp/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /ee/ucp/admin/configure/manage-and-deploy-private-images/
|
|
title: Manage and deploy private images
|
|
- path: /ee/ucp/admin/configure/set-orchestrator-type/
|
|
title: Set the orchestrator type for a node
|
|
- path: /ee/ucp/admin/configure/view-namespace-resources/
|
|
title: View Kubernetes objects in a namespace
|
|
- sectiontitle: Join nodes to your cluster
|
|
section:
|
|
- path: /ee/ucp/admin/configure/join-nodes/
|
|
title: Set up high availability
|
|
- path: /ee/ucp/admin/configure/join-nodes/join-linux-nodes-to-cluster/
|
|
title: Join nodes to your cluster
|
|
- path: /ee/ucp/admin/configure/join-nodes/join-windows-nodes-to-cluster/
|
|
title: Join Windows worker nodes to your cluster
|
|
- path: /ee/ucp/admin/configure/join-nodes/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /ee/ucp/admin/configure/deploy-route-reflectors/
|
|
title: Improve network performance with route reflectors
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /ee/ucp/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-messages/
|
|
title: Troubleshoot node messages
|
|
- path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-configurations/
|
|
title: Troubleshoot configurations
|
|
- title: Back up UCP
|
|
path: /ee/admin/backup/back-up-ucp/
|
|
- title: Restore UCP
|
|
path: /ee/admin/restore/restore-ucp/
|
|
- sectiontitle: Authorize role-based access
|
|
section:
|
|
- path: /ee/ucp/authorization/
|
|
title: Access control model overview
|
|
- sectiontitle: The basics
|
|
section:
|
|
- path: /ee/ucp/authorization/create-users-and-teams-manually/
|
|
title: Create users and teams manually
|
|
- path: /ee/ucp/authorization/create-teams-with-ldap/
|
|
title: Create teams with LDAP
|
|
- path: /ee/ucp/authorization/define-roles/
|
|
title: Define roles with authorized API operations
|
|
- path: /ee/ucp/authorization/group-resources/
|
|
title: Group and isolate cluster resources
|
|
- path: /ee/ucp/authorization/grant-permissions/
|
|
title: Grant role-access to cluster resources
|
|
- path: /ee/ucp/authorization/reset-user-password/
|
|
title: Reset user passwords
|
|
- sectiontitle: Tutorials and use cases
|
|
section:
|
|
- path: /ee/ucp/authorization/deploy-stateless-app/
|
|
title: Deploy stateless app with RBAC
|
|
- path: /ee/ucp/authorization/isolate-volumes/
|
|
title: Isolate volumes
|
|
- path: /ee/ucp/authorization/isolate-nodes/
|
|
title: Isolate nodes
|
|
- path: /ee/ucp/authorization/pull-images/
|
|
title: Allow users to pull images
|
|
- path: /ee/ucp/authorization/ee-standard/
|
|
title: Access control design
|
|
- path: /ee/ucp/authorization/ee-advanced/
|
|
title: Access control design using additional security requirements
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /ee/ucp/user-access/
|
|
title: Web-based access
|
|
- path: /ee/ucp/user-access/cli/
|
|
title: CLI-based access
|
|
- path: /ee/ucp/user-access/kubectl/
|
|
title: Install the Kubernetes CLI
|
|
- path: /ee/ucp/deploy-application-package/
|
|
title: Deploy an application package
|
|
- sectiontitle: Deploy apps with Swarm
|
|
section:
|
|
- title: Deploy a single service
|
|
path: /ee/ucp/swarm/
|
|
- title: Deploy a multi-service app
|
|
path: /ee/ucp/swarm/deploy-multi-service-app/
|
|
- title: Deploy application resources to a collection
|
|
path: /ee/ucp/swarm/deploy-to-collection/
|
|
- title: Use secrets in your services
|
|
path: /ee/ucp/swarm/use-secrets/
|
|
- sectiontitle: Layer 7 routing
|
|
section:
|
|
- title: Overview
|
|
path: /ee/ucp/interlock/
|
|
- title: Architecture
|
|
path: /ee/ucp/interlock/architecture/
|
|
- sectiontitle: Deploy
|
|
section:
|
|
- title: Simple deployment
|
|
path: /ee/ucp/interlock/deploy/
|
|
- title: Production deployment
|
|
path: /ee/ucp/interlock/deploy/production/
|
|
- title: Offline installation
|
|
path: /ee/ucp/interlock/deploy/offline-install/
|
|
- title: Layer 7 routing upgrade
|
|
path: /ee/ucp/interlock/deploy/upgrade/
|
|
- sectiontitle: Configuration
|
|
section:
|
|
- title: Configure your deployment
|
|
path: /ee/ucp/interlock/config/
|
|
- title: Configuring host mode networking
|
|
path: /ee/ucp/interlock/config/host-mode-networking/
|
|
- title: Configuring an nginx extension
|
|
path: /ee/ucp/interlock/config/nginx-config/
|
|
- title: Tuning the proxy service
|
|
path: /ee/ucp/interlock/config/tuning/
|
|
- title: Updating Interlock services
|
|
path: /ee/ucp/interlock/config/updates/
|
|
- sectiontitle: Routing traffic to services
|
|
section:
|
|
- title: Deploying services
|
|
path: /ee/ucp/interlock/usage/
|
|
- title: Publishing a service as a canary instance
|
|
path: /ee/ucp/interlock/usage/canary/
|
|
- title: Using context or path-based routing
|
|
path: /ee/ucp/interlock/usage/context/
|
|
- title: Specifying a routing mode
|
|
path: /ee/ucp/interlock/usage/interlock-vip-mode/
|
|
- title: Using routing labels
|
|
path: /ee/ucp/interlock/usage/labels-reference/
|
|
- title: Implementing redirects
|
|
path: /ee/ucp/interlock/usage/redirects/
|
|
- title: Implementing a service cluster
|
|
path: /ee/ucp/interlock/usage/service-clusters/
|
|
- title: Implementing persistent (sticky) sessions
|
|
path: /ee/ucp/interlock/usage/sessions/
|
|
- title: Securing services with TLS
|
|
path: /ee/ucp/interlock/usage/tls/
|
|
- title: Configuring websockets
|
|
path: /ee/ucp/interlock/usage/websockets/
|
|
- sectiontitle: Deploy apps with Kubernetes
|
|
section:
|
|
- title: Access Kubernetes Resources
|
|
path: /ee/ucp/kubernetes/kube-resources/
|
|
- title: Deploy a workload
|
|
path: /ee/ucp/kubernetes/
|
|
- title: Deploy a Compose-based app
|
|
path: /ee/ucp/kubernetes/deploy-with-compose/
|
|
- title: Using Pod Security Policies
|
|
path: /ee/ucp/kubernetes/pod-security-policies/
|
|
- title: Create a service account for a Kubernetes app
|
|
path: /ee/ucp/kubernetes/create-service-account/
|
|
- title: Install an unmanaged CNI plugin
|
|
path: /ee/ucp/kubernetes/install-cni-plugin/
|
|
- title: Kubernetes network encryption
|
|
path: /ee/ucp/kubernetes/kubernetes-network-encryption/
|
|
- sectiontitle: Persistent Storage
|
|
section:
|
|
- title: Use NFS Storage
|
|
path: /ee/ucp/kubernetes/storage/use-nfs-volumes/
|
|
- title: Use Azure Disk Storage
|
|
path: /ee/ucp/kubernetes/storage/use-azure-disk/
|
|
- title: Use Azure Files Storage
|
|
path: /ee/ucp/kubernetes/storage/use-azure-files/
|
|
- title: Use AWS EBS Storage
|
|
path: /ee/ucp/kubernetes/storage/configure-aws-storage/
|
|
- title: Use vSphere Volumes
|
|
path: /ee/ucp/kubernetes/storage/use-vsphere-volumes/
|
|
- title: Configure iSCSI
|
|
path: /ee/ucp/kubernetes/storage/use-iscsi/
|
|
- title: Deploy a CSI plugin
|
|
path: /ee/ucp/kubernetes/storage/use-csi/
|
|
- sectiontitle: Cluster Ingress
|
|
section:
|
|
- title: Overview
|
|
path: /ee/ucp/kubernetes/cluster-ingress/
|
|
- title: Install Ingress
|
|
path: /ee/ucp/kubernetes/cluster-ingress/install/
|
|
- title: Deploy a Sample Application
|
|
path: /ee/ucp/kubernetes/cluster-ingress/ingress/
|
|
- title: Deploy a Canary Deployment
|
|
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
|
|
section:
|
|
- sectiontitle: Universal Control Plane 3.1
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/
|
|
title: Universal Control Plane overview
|
|
- path: /datacenter/ucp/3.1/guides/ucp-architecture/
|
|
title: UCP Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/plan-installation/
|
|
title: Plan your installation
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/install-on-azure/
|
|
title: Install on Azure
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/upgrade-offline/
|
|
title: Upgrade offline
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- path: /datacenter/ucp/3.1/guides/admin/install/architecture-specific-images/
|
|
title: Architecture-specific images
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/add-labels-to-cluster-nodes/
|
|
title: Add labels to cluster nodes
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/add-sans-to-cluster/
|
|
title: Add SANs to cluster certificates
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/collect-cluster-metrics/
|
|
title: Collect UCP cluster metrics with Prometheus
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/metrics-descriptions/
|
|
title: Using UCP cluster metrics with Prometheus
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/configure-rbac-kube/
|
|
title: Configure native Kubernetes role-based access control
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/enable-audit-logging/
|
|
title: Create UCP audit logs
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/enable-saml-authentication/
|
|
title: Enable SAML authentication
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/enable-helm-tiller/
|
|
title: Enable Helm and Tiller with UCP
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/external-auth/
|
|
title: Integrate with LDAP
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/restrict-services-to-worker-nodes/
|
|
title: Restrict services to worker nodes
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/run-only-the-images-you-trust/
|
|
title: Run only the images you trust
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/set-session-timeout/
|
|
title: Set the user's session timeout
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/ucp-configuration-file/
|
|
title: UCP configuration file
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/use-node-local-network-in-swarm/
|
|
title: Use a local node network in a swarm
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/manage-and-deploy-private-images/
|
|
title: Manage and deploy private images
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/set-orchestrator-type/
|
|
title: Set the orchestrator type for a node
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/view-namespace-resources/
|
|
title: View Kubernetes objects in a namespace
|
|
- sectiontitle: Join nodes to your cluster
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/
|
|
title: Set up high availability
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-linux-nodes-to-cluster/
|
|
title: Join nodes to your cluster
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/join-windows-nodes-to-cluster/
|
|
title: Join Windows worker nodes to your cluster
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/join-nodes/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/ucp/3.1/guides/admin/configure/deploy-route-reflectors/
|
|
title: Improve network performance with Route Reflectors
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/
|
|
title: Troubleshoot node messages
|
|
- path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/ucp/3.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/
|
|
title: Troubleshoot configurations
|
|
- path: /datacenter/ucp/3.1/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/ucp/3.1/reference/cli/
|
|
title: docker/ucp overview
|
|
- path: /datacenter/ucp/3.1/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/ucp/3.1/reference/cli/dump-certs/
|
|
title: dump-certs
|
|
- path: /datacenter/ucp/3.1/reference/cli/example-config/
|
|
title: example-config
|
|
- path: /datacenter/ucp/3.1/reference/cli/id/
|
|
title: id
|
|
- path: /datacenter/ucp/3.1/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/ucp/3.1/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/ucp/3.1/reference/cli/restart/
|
|
title: restart
|
|
- path: /datacenter/ucp/3.1/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/ucp/3.1/reference/cli/stop/
|
|
title: stop
|
|
- path: /datacenter/ucp/3.1/reference/cli/support/
|
|
title: support
|
|
- path: /datacenter/ucp/3.1/reference/cli/uninstall-ucp/
|
|
title: uninstall-ucp
|
|
- path: /datacenter/ucp/3.1/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: Authorize role-based access
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/authorization/
|
|
title: Access control model overview
|
|
- sectiontitle: The basics
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/authorization/create-users-and-teams-manually/
|
|
title: Create users and teams manually
|
|
- path: /datacenter/ucp/3.1/guides/authorization/create-teams-with-ldap/
|
|
title: Create teams with LDAP
|
|
- path: /datacenter/ucp/3.1/guides/authorization/define-roles/
|
|
title: Define roles with authorized API operations
|
|
- path: /datacenter/ucp/3.1/guides/authorization/group-resources/
|
|
title: Group and isolate cluster resources
|
|
- path: /datacenter/ucp/3.1/guides/authorization/grant-permissions/
|
|
title: Grant role-access to cluster resources
|
|
- path: /datacenter/ucp/3.1/guides/authorization/reset-user-password/
|
|
title: Reset user passwords
|
|
- sectiontitle: Tutorials and use cases
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/authorization/deploy-stateless-app/
|
|
title: Deploy stateless app with RBAC
|
|
- path: /datacenter/ucp/3.1/guides/authorization/isolate-volumes/
|
|
title: Isolate volumes
|
|
- path: /datacenter/ucp/3.1/guides/authorization/isolate-nodes/
|
|
title: Isolate nodes
|
|
- path: /datacenter/ucp/3.1/guides/authorization/pull-images/
|
|
title: Allow users to pull images
|
|
- path: /datacenter/ucp/3.1/guides/authorization/ee-standard/
|
|
title: Docker EE Standard use case
|
|
- path: /datacenter/ucp/3.1/guides/authorization/ee-advanced/
|
|
title: Docker EE Advanced use case
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /datacenter/ucp/3.1/guides/user-access/
|
|
title: Web-based access
|
|
- path: /datacenter/ucp/3.1/guides/user-access/cli/
|
|
title: CLI-based access
|
|
- path: /datacenter/ucp/3.1/guides/user-access/kubectl/
|
|
title: Install the Kubernetes CLI
|
|
- path: /datacenter/ucp/3.1/guides/deploy-application-package/
|
|
title: Deploy an application package
|
|
- sectiontitle: Deploy apps with Swarm
|
|
section:
|
|
- title: Deploy a single service
|
|
path: /datacenter/ucp/3.1/guides/swarm/
|
|
- title: Deploy a multi-service app
|
|
path: /datacenter/ucp/3.1/guides/swarm/deploy-multi-service-app/
|
|
- title: Deploy application resources to a collection
|
|
path: /datacenter/ucp/3.1/guides/swarm/deploy-to-collection/
|
|
- title: Use secrets in your services
|
|
path: /datacenter/ucp/3.1/guides/swarm/use-secrets/
|
|
- sectiontitle: Layer 7 routing
|
|
section:
|
|
- title: Overview
|
|
path: /datacenter/ucp/3.1/guides/interlock/
|
|
- title: Architecture
|
|
path: /datacenter/ucp/3.1/guides/interlock/architecture/
|
|
- sectiontitle: Deploy
|
|
section:
|
|
- title: Simple deployment
|
|
path: /datacenter/ucp/3.1/guides/interlock/deploy/
|
|
- title: Production deployment
|
|
path: /datacenter/ucp/3.1/guides/interlock/deploy/production/
|
|
- title: Offline installation
|
|
path: /datacenter/ucp/3.1/guides/interlock/deploy/offline-install/
|
|
- title: Layer 7 routing upgrade
|
|
path: /datacenter/ucp/3.1/guides/interlock/deploy/upgrade/
|
|
- sectiontitle: Configuration
|
|
section:
|
|
- title: Configure your deployment
|
|
path: /datacenter/ucp/3.1/guides/interlock/config/
|
|
- title: Configuring host mode networking
|
|
path: /datacenter/ucp/3.1/guides/interlock/config/host-mode-networking/
|
|
- title: Configuring an nginx extension
|
|
path: /datacenter/ucp/3.1/guides/interlock/config/nginx-config/
|
|
- title: Tuning the proxy service
|
|
path: /datacenter/ucp/3.1/guides/interlock/config/tuning/
|
|
- title: Updating Interlock services
|
|
path: /datacenter/ucp/3.1/guides/interlock/config/updates/
|
|
- sectiontitle: Routing traffic to services
|
|
section:
|
|
- title: Deploying services
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/
|
|
- title: Publishing a service as a canary instance
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/canary/
|
|
- title: Using context or path-based routing
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/context/
|
|
- title: Specifying a routing mode
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/interlock-vip-mode/
|
|
- title: Using routing labels
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/labels-reference/
|
|
- title: Implementing redirects
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/redirects/
|
|
- title: Implementing a service cluster
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/service-clusters/
|
|
- title: Implementing persistent (sticky) sessions
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/sessions/
|
|
- title: Securing services with TLS
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/tls/
|
|
- title: Configuring websockets
|
|
path: /datacenter/ucp/3.1/guides/interlock/usage/websockets/
|
|
- sectiontitle: Deploy apps with Kubernetes
|
|
section:
|
|
- title: Access Kubernetes Resources
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/kube-resources/
|
|
- title: Deploy a workload
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/
|
|
- title: Deploy a Compose-based app
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/deploy-with-compose/
|
|
- title: Deploy an ingress controller
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/layer-7-routing/
|
|
- title: Create a service account for a Kubernetes app
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/create-service-account/
|
|
- title: Install an unmanaged CNI plugin
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/install-cni-plugin/
|
|
- title: Kubernetes network encryption
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/kubernetes-network-encryption/
|
|
- sectiontitle: Persistent Storage
|
|
section:
|
|
- title: Use NFS Storage
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-nfs-volumes/
|
|
- title: Use Azure Disk Storage
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-disk/
|
|
- title: Use Azure Files Storage
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/storage/use-azure-files/
|
|
- title: Use AWS EBS Storage
|
|
path: /datacenter/ucp/3.1/guides/kubernetes/storage/configure-aws-storage/
|
|
- title: API reference
|
|
path: /datacenter/ucp/3.1/reference/api/
|
|
nosync: true
|
|
- path: /ee/ucp/release-notes/
|
|
title: Release notes
|
|
- sectiontitle: Universal Control Plane 3.0
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/
|
|
title: Universal Control Plane overview
|
|
- path: /datacenter/ucp/3.0/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/plan-installation/
|
|
title: Plan your installation
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/install-on-azure/
|
|
title: Install on Azure
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/upgrade-offline/
|
|
title: Upgrade offline
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- path: /datacenter/ucp/3.0/guides/admin/install/architecture-specific-images/
|
|
title: Architecture-specific images
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/add-labels-to-cluster-nodes/
|
|
title: Add labels to cluster nodes
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/add-sans-to-cluster/
|
|
title: Add SANs to cluster certificates
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/join-windows-worker-nodes/
|
|
title: Join Windows worker nodes to a swarm
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/integrate-with-dtr/
|
|
title: Integrate with Docker Trusted Registry
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/
|
|
title: Integrate with LDAP
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/external-auth/enable-ldap-config-file/
|
|
title: Integrate with LDAP by using a configuration file
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/restrict-services-to-worker-nodes/
|
|
title: Restrict services to worker nodes
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/run-only-the-images-you-trust/
|
|
title: Run only the images you trust
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/scale-your-cluster/
|
|
title: Scale your cluster
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/set-session-timeout/
|
|
title: Set the user's session timeout
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/store-logs-in-an-external-system/
|
|
title: Store logs in an external system
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/ucp-configuration-file/
|
|
title: UCP configuration file
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/use-node-local-network-in-swarm/
|
|
title: Use a local node network in a swarm
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/use-domain-names-to-access-services/
|
|
title: Use domain names to access services
|
|
- path: /datacenter/ucp/3.0/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/
|
|
title: Troubleshoot node messages
|
|
- path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/ucp/3.0/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/
|
|
title: Troubleshoot configurations
|
|
- path: /datacenter/ucp/3.0/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/ucp/3.0/reference/cli/
|
|
title: docker/ucp overview
|
|
- path: /datacenter/ucp/3.0/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/ucp/3.0/reference/cli/dump-certs/
|
|
title: dump-certs
|
|
- path: /datacenter/ucp/3.0/reference/cli/example-config/
|
|
title: example-config
|
|
- path: /datacenter/ucp/3.0/reference/cli/id/
|
|
title: id
|
|
- path: /datacenter/ucp/3.0/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/ucp/3.0/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/ucp/3.0/reference/cli/restart/
|
|
title: restart
|
|
- path: /datacenter/ucp/3.0/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/ucp/3.0/reference/cli/stop/
|
|
title: stop
|
|
- path: /datacenter/ucp/3.0/reference/cli/support/
|
|
title: support
|
|
- path: /datacenter/ucp/3.0/reference/cli/uninstall-ucp/
|
|
title: uninstall-ucp
|
|
- path: /datacenter/ucp/3.0/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: Access control
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/access-control/
|
|
title: Access control model
|
|
- path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/ucp/3.0/guides/access-control/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/ucp/3.0/guides/access-control/deploy-view-only-service/
|
|
title: Deploy a service with view-only access across an organization
|
|
- path: /datacenter/ucp/3.0/guides/access-control/grant-permissions/
|
|
title: Grant permissions to users based on roles
|
|
- path: /datacenter/ucp/3.0/guides/access-control/isolate-nodes-between-teams/
|
|
title: Isolate swarm nodes to a specific team
|
|
- path: /datacenter/ucp/3.0/guides/access-control/isolate-volumes-between-teams/
|
|
title: Isolate volumes between two different teams
|
|
- path: /datacenter/ucp/3.0/guides/access-control/manage-access-with-collections/
|
|
title: Manage access to resources by using collections
|
|
- path: /datacenter/ucp/3.0/guides/access-control/access-control-node/
|
|
title: Node access control
|
|
- path: /datacenter/ucp/3.0/guides/access-control/permission-levels/
|
|
title: Permission levels
|
|
- path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-standard/
|
|
title: Access control design with Docker Enterprise Standard
|
|
- path: /datacenter/ucp/3.0/guides/access-control/access-control-design-ee-advanced/
|
|
title: Access control design with Docker Enterprise Advanced
|
|
- path: /datacenter/ucp/3.0/guides/access-control/recover-a-user-password/
|
|
title: Recover a user password
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/user/access-ucp/
|
|
title: Web-based access
|
|
- path: /datacenter/ucp/3.0/guides/user/access-ucp/cli-based-access/
|
|
title: CLI-based access
|
|
- path: /datacenter/ucp/3.0/guides/user/access-ucp/kubectl/
|
|
title: Install the Kubernetes CLI
|
|
- sectiontitle: Deploy apps with Swarm
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/user/swarm/
|
|
title: Deploy a single service
|
|
- path: /datacenter/ucp/3.0/guides/user/swarm/deploy-multi-service-app/
|
|
title: Deploy a multi-service app
|
|
- path: /datacenter/ucp/3.0/guides/user/swarm/deploy-to-collection/
|
|
title: Deploy application resources to a collection
|
|
- path: /datacenter/ucp/3.0/guides/user/swarm/use-secrets/
|
|
title: Use secrets in your services
|
|
- sectiontitle: Layer 7 routing
|
|
section:
|
|
- path: /datacenter/ucp/3.0/guides/user/interlock/
|
|
title: Overview
|
|
- path: /datacenter/ucp/3.0/guides/user/interlock/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Deploy
|
|
section:
|
|
- title: Simple deployment
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/deploy/
|
|
- title: Configure your deployment
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configure/
|
|
- title: Production deployment
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/deploy/production/
|
|
- title: Host mode networking
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/deploy/host-mode-networking/
|
|
- title: Configuration reference
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/deploy/configuration-reference/
|
|
- sectiontitle: Route traffic to services
|
|
section:
|
|
- title: Simple swarm service
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/
|
|
- title: Set a default service
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/default-service/
|
|
- title: Applications with TLS
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/tls/
|
|
- title: Application redirects
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/redirects/
|
|
- title: Persistent (sticky) sessions
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/sessions/
|
|
- title: Websockets
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/websockets/
|
|
- title: Canary application instances
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/canary/
|
|
- title: Service clusters
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/service-clusters/
|
|
- title: Context/Path based routing
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/context/
|
|
- title: Service labels reference
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/usage/labels-reference/
|
|
- title: Layer 7 routing upgrade
|
|
path: /datacenter/ucp/3.0/guides/user/interlock/upgrade/
|
|
- sectiontitle: Deploy apps with Kubernetes
|
|
section:
|
|
- title: Deploy a workload
|
|
path: /datacenter/ucp/3.0/guides/user/kubernetes/
|
|
- title: Deploy a Compose-based app
|
|
path: /datacenter/ucp/3.0/guides/user/kubernetes/deploy-with-compose/
|
|
- title: Deploy an ingress controller
|
|
path: /datacenter/ucp/3.0/guides/user/kubernetes/layer-7-routing/
|
|
- title: Create a service account for a Kubernetes app
|
|
path: /datacenter/ucp/3.0/guides/user/kubernetes/create-service-account/
|
|
- title: Install a CNI plugin
|
|
path: /datacenter/ucp/3.0/guides/user/kubernetes/install-cni-plugin/
|
|
- path: /datacenter/ucp/3.0/reference/api/
|
|
title: API reference
|
|
- path: /ee/ucp/release-notes/#version-30
|
|
title: Release notes
|
|
nosync: true
|
|
- path: /datacenter/ucp/3.0/guides/get-support/
|
|
title: Get support
|
|
- sectiontitle: Universal Control Plane 2.2
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/
|
|
title: Universal Control Plane overview
|
|
- path: /datacenter/ucp/2.2/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/plan-installation/
|
|
title: Plan your installation
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/upgrade-offline/
|
|
title: Upgrade offline
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- path: /datacenter/ucp/2.2/guides/admin/install/architecture-specific-images/
|
|
title: Architecture-specific images
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/add-labels-to-cluster-nodes/
|
|
title: Add labels to cluster nodes
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/add-sans-to-cluster/
|
|
title: Add SANs to cluster certificates
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/
|
|
title: Join Windows worker nodes to a swarm
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/integrate-with-dtr/
|
|
title: Integrate with Docker Trusted Registry
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/
|
|
title: Integrate with LDAP
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/external-auth/enable-ldap-config-file/
|
|
title: Integrate with LDAP by using a configuration file
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/restrict-services-to-worker-nodes/
|
|
title: Restrict services to worker nodes
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/run-only-the-images-you-trust/
|
|
title: Run only the images you trust
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/use-trusted-images-for-ci/
|
|
title: Use trusted images for continuous integration
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/scale-your-cluster/
|
|
title: Scale your cluster
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/set-session-timeout/
|
|
title: Set the user's session timeout
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/store-logs-in-an-external-system/
|
|
title: Store logs in an external system
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file/
|
|
title: UCP configuration file
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/use-node-local-network-in-swarm/
|
|
title: Use a local node network in a swarm
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/use-domain-names-to-access-services/
|
|
title: Use domain names to access services
|
|
- path: /datacenter/ucp/2.2/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/
|
|
title: Troubleshoot node messages
|
|
- path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/
|
|
title: Troubleshoot configurations
|
|
- path: /datacenter/ucp/2.2/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/ucp/2.2/reference/cli/
|
|
title: docker/ucp overview
|
|
- path: /datacenter/ucp/2.2/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/ucp/2.2/reference/cli/dump-certs/
|
|
title: dump-certs
|
|
- path: /datacenter/ucp/2.2/reference/cli/example-config/
|
|
title: example-config
|
|
- path: /datacenter/ucp/2.2/reference/cli/id/
|
|
title: id
|
|
- path: /datacenter/ucp/2.2/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/ucp/2.2/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/ucp/2.2/reference/cli/restart/
|
|
title: restart
|
|
- path: /datacenter/ucp/2.2/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/ucp/2.2/reference/cli/stop/
|
|
title: stop
|
|
- path: /datacenter/ucp/2.2/reference/cli/support/
|
|
title: support
|
|
- path: /datacenter/ucp/2.2/reference/cli/uninstall-ucp/
|
|
title: uninstall-ucp
|
|
- path: /datacenter/ucp/2.2/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: Access control
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/access-control/
|
|
title: Access control model
|
|
- path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/ucp/2.2/guides/access-control/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/ucp/2.2/guides/access-control/deploy-view-only-service/
|
|
title: Deploy a service with view-only access across an organization
|
|
- path: /datacenter/ucp/2.2/guides/access-control/grant-permissions/
|
|
title: Grant permissions to users based on roles
|
|
- path: /datacenter/ucp/2.2/guides/access-control/isolate-nodes-between-teams/
|
|
title: Isolate swarm nodes to a specific team
|
|
- path: /datacenter/ucp/2.2/guides/access-control/isolate-volumes-between-teams/
|
|
title: Isolate volumes between two different teams
|
|
- path: /datacenter/ucp/2.2/guides/access-control/manage-access-with-collections/
|
|
title: Manage access to resources by using collections
|
|
- path: /datacenter/ucp/2.2/guides/access-control/access-control-node/
|
|
title: Node access control
|
|
- path: /datacenter/ucp/2.2/guides/access-control/permission-levels/
|
|
title: Permission levels
|
|
- path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-standard/
|
|
title: Access control design with Docker Enterprise Standard
|
|
- path: /datacenter/ucp/2.2/guides/access-control/access-control-design-ee-advanced/
|
|
title: Access control design with Docker Enterprise Advanced
|
|
- path: /datacenter/ucp/2.2/guides/access-control/recover-a-user-password/
|
|
title: Recover a user password
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/user/access-ucp/
|
|
title: Web-based access
|
|
- path: /datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access/
|
|
title: CLI-based access
|
|
- sectiontitle: Deploy an application
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/user/services/deploy-a-service/
|
|
title: Deploy a service
|
|
- path: /datacenter/ucp/2.2/guides/user/services/use-domain-names-to-access-services/
|
|
title: Use domain names to access services
|
|
- path: /datacenter/ucp/2.2/guides/user/services/
|
|
title: Deploy an app from the UI
|
|
- path: /datacenter/ucp/2.2/guides/user/services/deploy-app-cli/
|
|
title: Deploy an app from the CLI
|
|
- path: /datacenter/ucp/2.2/guides/user/services/deploy-stack-to-collection/
|
|
title: Deploy application resources to a collection
|
|
- sectiontitle: Secrets
|
|
section:
|
|
- path: /datacenter/ucp/2.2/guides/user/secrets/
|
|
title: Manage secrets
|
|
- path: /datacenter/ucp/2.2/guides/user/secrets/grant-revoke-access/
|
|
title: Grant access to secrets
|
|
- path: /datacenter/ucp/2.2/reference/api/
|
|
title: API reference
|
|
- path: /ee/ucp/release-notes/#version-22
|
|
title: Release notes
|
|
nosync: true
|
|
- path: /datacenter/ucp/2.2/guides/get-support/
|
|
title: Get support
|
|
- sectiontitle: Universal Control Plane 2.1
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/
|
|
title: Universal Control Plane overview
|
|
- path: /datacenter/ucp/2.1/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/ucp/2.1/guides/admin/install/plan-installation/
|
|
title: Plan your installation
|
|
- path: /datacenter/ucp/2.1/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/ucp/2.1/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/ucp/2.1/guides/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/ucp/2.1/guides/admin/upgrade-offline/
|
|
title: Upgrade offline
|
|
- path: /datacenter/ucp/2.1/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/scale-your-cluster/
|
|
title: Scale your cluster
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/add-labels-to-cluster-nodes/
|
|
title: Add labels to cluster nodes
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/add-sans-to-cluster/
|
|
title: Add SANs to cluster certificates
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/store-logs-in-an-external-system/
|
|
title: Store logs in an external system
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/restrict-services-to-worker-nodes/
|
|
title: Restrict services to worker nodes
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services/
|
|
title: Use domain names to access services
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/run-only-the-images-you-trust/
|
|
title: Run only the images you trust
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/use-trusted-images-for-ci/
|
|
title: Use trusted images for continuous integration
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/integrate-with-dtr/
|
|
title: Integrate with Docker Trusted Registry
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/external-auth/
|
|
title: Integrate with LDAP
|
|
- path: /datacenter/ucp/2.1/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/recover-a-user-password/
|
|
title: Recover a user password
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-node-messages/
|
|
title: Troubleshoot node messages
|
|
- path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/troubleshoot-configurations/
|
|
title: Troubleshoot configurations
|
|
- path: /datacenter/ucp/2.1/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/ucp/2.1/reference/cli/
|
|
title: docker/ucp overview
|
|
- path: /datacenter/ucp/2.1/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/ucp/2.1/reference/cli/dump-certs/
|
|
title: dump-certs
|
|
- path: /datacenter/ucp/2.1/reference/cli/fingerprint/
|
|
title: fingerprint
|
|
- path: /datacenter/ucp/2.1/reference/cli/id/
|
|
title: id
|
|
- path: /datacenter/ucp/2.1/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/ucp/2.1/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/ucp/2.1/reference/cli/restart/
|
|
title: restart
|
|
- path: /datacenter/ucp/2.1/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/ucp/2.1/reference/cli/stop/
|
|
title: stop
|
|
- path: /datacenter/ucp/2.1/reference/cli/support/
|
|
title: support
|
|
- path: /datacenter/ucp/2.1/reference/cli/uninstall-ucp/
|
|
title: uninstall-ucp
|
|
- path: /datacenter/ucp/2.1/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/user/access-ucp/
|
|
title: Web-based access
|
|
- path: /datacenter/ucp/2.1/guides/user/access-ucp/cli-based-access/
|
|
title: CLI-based access
|
|
- sectiontitle: Deploy an application
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/user/services/deploy-a-service/
|
|
title: Deploy a service
|
|
- path: /datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services/
|
|
title: Use domain names to access services
|
|
- path: /datacenter/ucp/2.1/guides/user/services/
|
|
title: Deploy an app from the UI
|
|
- path: /datacenter/ucp/2.1/guides/user/services/deploy-app-cli/
|
|
title: Deploy an app from the CLI
|
|
- sectiontitle: Secrets
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/user/secrets/
|
|
title: Manage secrets
|
|
- path: /datacenter/ucp/2.1/guides/user/secrets/grant-revoke-access/
|
|
title: Grant access to secrets
|
|
- sectiontitle: Release notes
|
|
section:
|
|
- path: /datacenter/ucp/2.1/guides/release-notes/
|
|
title: Release notes
|
|
- path: /datacenter/ucp/2.1/guides/release-notes/incompatibilities-and-breaking-changes/
|
|
title: Incompatibilities and breaking changes
|
|
- path: /datacenter/ucp/2.1/guides/get-support/
|
|
title: Get support
|
|
- sectiontitle: Universal Control Plane 2.0
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/
|
|
title: Universal Control Plane overview
|
|
- path: /datacenter/ucp/2.0/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Installation
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/installation/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/ucp/2.0/guides/installation/plan-production-install/
|
|
title: Plan a production installation
|
|
- path: /datacenter/ucp/2.0/guides/installation/
|
|
title: Install UCP for production
|
|
- path: /datacenter/ucp/2.0/guides/installation/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/ucp/2.0/guides/installation/license/
|
|
title: License UCP
|
|
- path: /datacenter/ucp/2.0/guides/installation/scale-your-cluster/
|
|
title: Scale your cluster
|
|
- path: /datacenter/ucp/2.0/guides/installation/upgrade/
|
|
title: Upgrade UCP
|
|
- path: /datacenter/ucp/2.0/guides/installation/uninstall/
|
|
title: Uninstall UCP
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/access-ucp/
|
|
title: Web-based access
|
|
- path: /datacenter/ucp/2.0/guides/access-ucp/cli-based-access/
|
|
title: CLI-based access
|
|
- sectiontitle: Configuration
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/configuration/
|
|
title: Use externally-signed certificates
|
|
- path: /datacenter/ucp/2.0/guides/configuration/configure-logs/
|
|
title: Configure UCP logging
|
|
- path: /datacenter/ucp/2.0/guides/configuration/integrate-with-dtr/
|
|
title: Integrate with Docker Trusted Registry
|
|
- path: /datacenter/ucp/2.0/guides/configuration/integrate-with-ldap/
|
|
title: Integrate with LDAP
|
|
- path: /datacenter/ucp/2.0/guides/configuration/route-hostnames/
|
|
title: Route hostnames to services
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/monitor/
|
|
title: Monitor your cluster
|
|
- path: /datacenter/ucp/2.0/guides/monitor/troubleshoot/
|
|
title: Troubleshoot your cluster
|
|
- path: /datacenter/ucp/2.0/guides/monitor/troubleshoot-configurations/
|
|
title: Troubleshoot cluster configurations
|
|
- sectiontitle: High-availability
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: User management
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/user-management/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/ucp/2.0/guides/user-management/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/ucp/2.0/guides/user-management/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Applications
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/applications/
|
|
title: Deploy an app from the UI
|
|
- path: /datacenter/ucp/2.0/guides/applications/deploy-app-cli/
|
|
title: Deploy an app from the CLI
|
|
- sectiontitle: Content trust
|
|
section:
|
|
- path: /datacenter/ucp/2.0/guides/content-trust/
|
|
title: Run only images you trust
|
|
- path: /datacenter/ucp/2.0/guides/content-trust/manage-trusted-repositories/
|
|
title: Manage trusted repositories
|
|
- path: /datacenter/ucp/2.0/guides/content-trust/continuous-integration/
|
|
title: Use trusted images for continuous integration
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/ucp/2.0/reference/cli/
|
|
title: docker/ucp overview
|
|
- path: /datacenter/ucp/2.0/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/ucp/2.0/reference/cli/dump-certs/
|
|
title: dump-certs
|
|
- path: /datacenter/ucp/2.0/reference/cli/fingerprint/
|
|
title: fingerprint
|
|
- path: /datacenter/ucp/2.0/reference/cli/id/
|
|
title: id
|
|
- path: /datacenter/ucp/2.0/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/ucp/2.0/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/ucp/2.0/reference/cli/restart/
|
|
title: restart
|
|
- path: /datacenter/ucp/2.0/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/ucp/2.0/reference/cli/stop/
|
|
title: stop
|
|
- path: /datacenter/ucp/2.0/reference/cli/support/
|
|
title: support
|
|
- path: /datacenter/ucp/2.0/reference/cli/uninstall-ucp/
|
|
title: uninstall-ucp
|
|
- path: /datacenter/ucp/2.0/reference/cli/upgrade/
|
|
title: upgrade
|
|
- path: /datacenter/ucp/2.0/guides/support/
|
|
title: Get support
|
|
- path: /datacenter/ucp/2.0/guides/release-notes/
|
|
title: Release notes
|
|
- sectiontitle: Universal Control Plane 1.0
|
|
section:
|
|
- path: /datacenter/ucp/1.1/overview/
|
|
title: Universal Control Plane overview
|
|
- path: /datacenter/ucp/1.1/install-sandbox/
|
|
title: Install DDC in a sandbox for evaluation
|
|
- path: /datacenter/ucp/1.1/install-sandbox-2/
|
|
title: Evaluate DDC in a sandbox deployment
|
|
- path: /datacenter/ucp/1.1/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Installation
|
|
section:
|
|
- path: /datacenter/ucp/1.1/installation/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/ucp/1.1/installation/plan-production-install/
|
|
title: Plan a production installation
|
|
- path: /datacenter/ucp/1.1/installation/install-production/
|
|
title: Install UCP for production
|
|
- path: /datacenter/ucp/1.1/installation/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/ucp/1.1/installation/license/
|
|
title: License UCP
|
|
- path: /datacenter/ucp/1.1/installation/upgrade/
|
|
title: Upgrade UCP
|
|
- path: /datacenter/ucp/1.1/installation/uninstall/
|
|
title: Uninstall UCP
|
|
- sectiontitle: Access UCP
|
|
section:
|
|
- path: /datacenter/ucp/1.1/access-ucp/web-based-access/
|
|
title: Web-based access
|
|
- path: /datacenter/ucp/1.1/access-ucp/cli-based-access/
|
|
title: CLI-based access
|
|
- sectiontitle: Configuration
|
|
section:
|
|
- path: /datacenter/ucp/1.1/configuration/use-externally-signed-certs/
|
|
title: Use externally-signed certificates
|
|
- path: /datacenter/ucp/1.1/configuration/configure-logs/
|
|
title: Configure UCP logging
|
|
- path: /datacenter/ucp/1.1/configuration/dtr-integration/
|
|
title: Integrate with Docker Trusted Registry
|
|
- path: /datacenter/ucp/1.1/configuration/ldap-integration/
|
|
title: Integrate with LDAP
|
|
- path: /datacenter/ucp/1.1/configuration/multi-host-networking/
|
|
title: Set up container networking
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/ucp/1.1/monitor/monitor-ucp/
|
|
title: Monitor your cluster
|
|
- path: /datacenter/ucp/1.1/monitor/troubleshoot-ucp/
|
|
title: Troubleshoot your cluster
|
|
- path: /datacenter/ucp/1.1/monitor/troubleshoot-configurations/
|
|
title: Troubleshoot cluster configurations
|
|
- sectiontitle: High-availability
|
|
section:
|
|
- path: /datacenter/ucp/1.1/high-availability/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/ucp/1.1/high-availability/replicate-cas/
|
|
title: Replicate CAs for high availability
|
|
- path: /datacenter/ucp/1.1/high-availability/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: User management
|
|
section:
|
|
- path: /datacenter/ucp/1.1/user-management/authentication-and-authorization/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/ucp/1.1/user-management/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/ucp/1.1/user-management/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/ucp/1.1/user-management/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Applications
|
|
section:
|
|
- path: /datacenter/ucp/1.1/applications/deploy-app-ui/
|
|
title: Deploy an app from the UI
|
|
- path: /datacenter/ucp/1.1/applications/deploy-app-cli/
|
|
title: Deploy an app from the CLI
|
|
- sectiontitle: UCP tool CLI
|
|
section:
|
|
- path: /datacenter/ucp/1.1/reference/
|
|
title: UCP tool v1.1 overview
|
|
- path: /datacenter/ucp/1.1/reference/backup/
|
|
title: backup
|
|
- path: /datacenter/ucp/1.1/reference/dump-certs/
|
|
title: dump-certs
|
|
- path: /datacenter/ucp/1.1/reference/engine-discovery/
|
|
title: engine-discovery
|
|
- path: /datacenter/ucp/1.1/reference/fingerprint/
|
|
title: fingerprint
|
|
- path: /datacenter/ucp/1.1/reference/help/
|
|
title: help
|
|
- path: /datacenter/ucp/1.1/reference/id/
|
|
title: id
|
|
- path: /datacenter/ucp/1.1/reference/images/
|
|
title: images
|
|
- path: /datacenter/ucp/1.1/reference/install/
|
|
title: install
|
|
- path: /datacenter/ucp/1.1/reference/join/
|
|
title: join
|
|
- path: /datacenter/ucp/1.1/reference/regen-certs/
|
|
title: regen-certs
|
|
- path: /datacenter/ucp/1.1/reference/restart/
|
|
title: restart
|
|
- path: /datacenter/ucp/1.1/reference/restore/
|
|
title: restore
|
|
- path: /datacenter/ucp/1.1/reference/stop/
|
|
title: stop
|
|
- path: /datacenter/ucp/1.1/reference/support/
|
|
title: support
|
|
- path: /datacenter/ucp/1.1/reference/uninstall/
|
|
title: uninstall
|
|
- path: /datacenter/ucp/1.1/reference/upgrade/
|
|
title: upgrade
|
|
- path: /datacenter/ucp/1.1/support/
|
|
title: Get support
|
|
- path: /datacenter/ucp/1.1/release_notes/
|
|
title: Release notes
|
|
- sectiontitle: Docker Trusted Registry
|
|
section:
|
|
- path: /ee/dtr/
|
|
title: Docker Trusted Registry overview
|
|
- path: /ee/dtr/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /ee/dtr/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /ee/dtr/admin/install/
|
|
title: Install
|
|
- path: /ee/dtr/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /ee/dtr/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /ee/dtr/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /ee/dtr/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /ee/dtr/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /ee/dtr/admin/configure/enable-single-sign-on/
|
|
title: Enable single sign-on
|
|
- path: /ee/dtr/admin/configure/disable-persistent-cookies/
|
|
title: Disable persistent cookies
|
|
- sectiontitle: External storage
|
|
section:
|
|
- path: /ee/dtr/admin/configure/external-storage/
|
|
title: Overview
|
|
- path: /ee/dtr/admin/configure/external-storage/storage-backend-migration/
|
|
title: Switch storage backends
|
|
- path: /ee/dtr/admin/configure/external-storage/s3/
|
|
title: S3
|
|
- path: /ee/dtr/admin/configure/external-storage/nfs/
|
|
title: NFS
|
|
- path: /ee/dtr/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /ee/dtr/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /ee/dtr/admin/configure/set-up-vulnerability-scans/
|
|
title: Set up vulnerability scans
|
|
- sectiontitle: Deploy caches
|
|
section:
|
|
- title: Cache overview
|
|
path: /ee/dtr/admin/configure/deploy-caches/
|
|
- title: Cache deployment strategy
|
|
path: /ee/dtr/admin/configure/deploy-caches/strategy/
|
|
- title: Deploy a DTR cache with Docker Swarm
|
|
path: /ee/dtr/admin/configure/deploy-caches/simple/
|
|
- title: Deploy a DTR cache with Kubernetes
|
|
path: /ee/dtr/admin/configure/deploy-caches/simple-kube/
|
|
- title: Configure caches for high availability
|
|
path: /ee/dtr/admin/configure/deploy-caches/high-availability/
|
|
- title: Cache configuration reference
|
|
path: /ee/dtr/admin/configure/deploy-caches/configuration-reference/
|
|
- path: /ee/dtr/admin/configure/garbage-collection/
|
|
title: Garbage collection
|
|
- title: Allow users to create repositories when pushing
|
|
path: /ee/dtr/admin/configure/allow-creation-on-push/
|
|
- path: /ee/dtr/admin/configure/use-a-web-proxy/
|
|
title: Use a web proxy
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /ee/dtr/admin/manage-users/
|
|
title: Authentication and authorization
|
|
- path: /ee/dtr/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /ee/dtr/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /ee/dtr/admin/manage-users/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /ee/dtr/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Manage webhooks
|
|
section:
|
|
- title: Create and manage webhooks
|
|
path: /ee/dtr/admin/manage-webhooks/
|
|
- title: Use the web interface
|
|
path: /ee/dtr/admin/manage-webhooks/use-the-web-ui/
|
|
- title: Use the API
|
|
path: /ee/dtr/admin/manage-webhooks/use-the-api/
|
|
- sectiontitle: Manage jobs
|
|
section:
|
|
- path: /ee/dtr/admin/manage-jobs/job-queue/
|
|
title: Job Queue
|
|
- path: /ee/dtr/admin/manage-jobs/audit-jobs-via-ui/
|
|
title: Audit Jobs with the Web Interface
|
|
- path: /ee/dtr/admin/manage-jobs/audit-jobs-via-api/
|
|
title: Audit Jobs with the API
|
|
- path: /ee/dtr/admin/manage-jobs/auto-delete-job-logs/
|
|
title: Enable Auto-Deletion of Job Logs
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /ee/dtr/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /ee/dtr/admin/monitor-and-troubleshoot/notary-audit-logs/
|
|
title: Check Notary audit logs
|
|
- path: /ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr/
|
|
title: Troubleshoot Docker Trusted Registry
|
|
- sectiontitle: Disaster recovery
|
|
section:
|
|
- title: Overview
|
|
path: /ee/dtr/admin/disaster-recovery/
|
|
- title: Repair a single replica
|
|
path: /ee/dtr/admin/disaster-recovery/repair-a-single-replica/
|
|
- title: Repair a cluster
|
|
path: /ee/dtr/admin/disaster-recovery/repair-a-cluster/
|
|
- title: Create a backup
|
|
path: /ee/admin/backup/back-up-dtr/
|
|
- title: Restore from a backup
|
|
path: /ee/admin/restore/restore-dtr/
|
|
- title: CLI reference
|
|
path: /reference/dtr/2.7/cli/
|
|
nosync: true
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access DTR
|
|
section:
|
|
- path: /ee/dtr/user/access-dtr/
|
|
title: Configure your Docker daemon
|
|
- path: /ee/dtr/user/access-dtr/configure-your-notary-client/
|
|
title: Configure your Notary client
|
|
- path: /ee/dtr/user/access-dtr/use-a-cache/
|
|
title: Use a cache
|
|
- sectiontitle: Manage images
|
|
section:
|
|
- path: /ee/dtr/user/manage-images/
|
|
title: Create a repository
|
|
- path: /ee/dtr/user/manage-images/review-repository-info/
|
|
title: Review repository info
|
|
- path: /ee/dtr/user/manage-images/pull-and-push-images/
|
|
title: Pull and push images
|
|
- path: /ee/dtr/user/manage-images/delete-images/
|
|
title: Delete images
|
|
- path: /ee/dtr/user/manage-images/scan-images-for-vulnerabilities/
|
|
title: Scan images for vulnerabilities
|
|
- title: Override a vulnerability
|
|
path: /ee/dtr/user/manage-images/override-a-vulnerability/
|
|
- path: /ee/dtr/user/manage-images/prevent-tags-from-being-overwritten/
|
|
title: Prevent tags from being overwritten
|
|
- sectiontitle: Sign images
|
|
section:
|
|
- path: /ee/dtr/user/manage-images/sign-images/
|
|
title: Sign an image
|
|
- path: /ee/dtr/user/manage-images/sign-images/trust-with-remote-ucp/
|
|
title: Trust with a Remote UCP
|
|
- sectiontitle: Promotion policies and mirroring
|
|
section:
|
|
- title: Overview
|
|
path: /ee/dtr/user/promotion-policies/
|
|
- title: Promote an image using policies
|
|
path: /ee/dtr/user/promotion-policies/internal-promotion/
|
|
- title: Mirror images to another registry
|
|
path: /ee/dtr/user/promotion-policies/push-mirror/
|
|
- title: Mirror images from another registry
|
|
path: /ee/dtr/user/promotion-policies/pull-mirror/
|
|
- title: Template reference
|
|
path: /ee/dtr/user/promotion-policies/templates/
|
|
- sectiontitle: Manage repository events
|
|
section:
|
|
- title: Audit repository events
|
|
path: /ee/dtr/user/audit-repository-events/
|
|
- title: Auto-delete repository events
|
|
path: /ee/dtr/admin/configure/auto-delete-repo-events/
|
|
- title: Manage applications
|
|
path: /ee/dtr/user/manage-applications/
|
|
- title: Manage access tokens
|
|
path: /ee/dtr/user/access-tokens/
|
|
- title: Tag pruning
|
|
path: /ee/dtr/user/tag-pruning/
|
|
- title: API reference
|
|
path: /reference/dtr/2.7/api/
|
|
- sectiontitle: CLI reference
|
|
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
|
|
- path: /ee/dtr/release-notes/
|
|
title: Release notes
|
|
- sectiontitle: Previous versions
|
|
section:
|
|
- sectiontitle: Docker Trusted Registry 2.6
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.6/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.6/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/dtr/2.6/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.6/guides/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/dtr/2.6/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/enable-single-sign-on/
|
|
title: Enable single sign-on
|
|
- sectiontitle: External storage
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/storage-backend-migration/
|
|
title: Switch storage backends
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/s3/
|
|
title: S3
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/external-storage/nfs/
|
|
title: NFS
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/set-up-vulnerability-scans/
|
|
title: Set up vulnerability scans
|
|
- sectiontitle: Deploy caches
|
|
section:
|
|
- title: Cache overview
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/
|
|
- title: Cache deployment strategy
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/strategy/
|
|
- title: Deploy a DTR cache with Docker Swarm
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple/
|
|
- title: Deploy a DTR cache with Kubernetes
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/simple-kube/
|
|
- title: Configure caches for high availability
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/high-availability/
|
|
- title: Cache configuration reference
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/deploy-caches/configuration-reference/
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/garbage-collection/
|
|
title: Garbage collection
|
|
- title: Allow users to create repositories when pushing
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/allow-creation-on-push/
|
|
- path: /datacenter/dtr/2.6/guides/admin/configure/use-a-web-proxy/
|
|
title: Use a web proxy
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-users/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-users/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Manage webhooks
|
|
section:
|
|
- title: Create and manage webhooks
|
|
path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/
|
|
- title: Use the web interface
|
|
path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-web-ui/
|
|
- title: Use the API
|
|
path: /datacenter/dtr/2.6/guides/admin/manage-webhooks/use-the-api/
|
|
- sectiontitle: Manage jobs
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-jobs/job-queue/
|
|
title: Job Queue
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-ui/
|
|
title: Audit Jobs with the Web Interface
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-jobs/audit-jobs-via-api/
|
|
title: Audit Jobs with the API
|
|
- path: /datacenter/dtr/2.6/guides/admin/manage-jobs/auto-delete-job-logs/
|
|
title: Enable Auto-Deletion of Job Logs
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/notary-audit-logs/
|
|
title: Check Notary audit logs
|
|
- path: /datacenter/dtr/2.6/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/
|
|
title: Troubleshoot Docker Trusted Registry
|
|
- sectiontitle: Disaster recovery
|
|
section:
|
|
- title: Overview
|
|
path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/
|
|
- title: Repair a single replica
|
|
path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-single-replica/
|
|
- title: Repair a cluster
|
|
path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/repair-a-cluster/
|
|
- title: Create a backup
|
|
path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/create-a-backup/
|
|
- title: Restore from a backup
|
|
path: /datacenter/dtr/2.6/guides/admin/disaster-recovery/restore-from-backup/
|
|
- sectiontitle: CLI Reference
|
|
section:
|
|
- path: /datacenter/dtr/2.6/reference/cli/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.6/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.6/reference/cli/destroy/
|
|
title: destroy
|
|
- path: /datacenter/dtr/2.6/reference/cli/emergency-repair/
|
|
title: emergency-repair
|
|
- path: /datacenter/dtr/2.6/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.6/reference/cli/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.6/reference/cli/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.6/reference/cli/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.6/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.6/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access DTR
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/user/access-dtr/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.6/guides/user/access-dtr/configure-your-notary-client/
|
|
title: Configure your Notary client
|
|
- path: /datacenter/dtr/2.6/guides/user/access-dtr/use-a-cache/
|
|
title: Use a cache
|
|
- sectiontitle: Manage images
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/
|
|
title: Create a repository
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/review-repository-info/
|
|
title: Review repository info
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/pull-and-push-images/
|
|
title: Pull and push images
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/delete-images/
|
|
title: Delete images
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/scan-images-for-vulnerabilities/
|
|
title: Scan images for vulnerabilities
|
|
- title: Override a vulnerability
|
|
path: /datacenter/dtr/2.6/guides/user/manage-images/override-a-vulnerability/
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/prevent-tags-from-being-overwritten/
|
|
title: Prevent tags from being overwritten
|
|
- sectiontitle: Sign images
|
|
section:
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/
|
|
title: Sign an image
|
|
- path: /datacenter/dtr/2.6/guides/user/manage-images/sign-images/trust-with-remote-ucp/
|
|
title: Trust with a Remote UCP
|
|
- sectiontitle: Promotion policies and mirroring
|
|
section:
|
|
- title: Overview
|
|
path: /datacenter/dtr/2.6/guides/user/promotion-policies/
|
|
- title: Promote an image using policies
|
|
path: /datacenter/dtr/2.6/guides/user/promotion-policies/internal-promotion/
|
|
- title: Mirror images to another registry
|
|
path: /datacenter/dtr/2.6/guides/user/promotion-policies/push-mirror/
|
|
- title: Mirror images from another registry
|
|
path: /datacenter/dtr/2.6/guides/user/promotion-policies/pull-mirror/
|
|
- title: Template reference
|
|
path: /datacenter/dtr/2.6/guides/user/promotion-policies/templates/
|
|
- sectiontitle: Manage repository events
|
|
section:
|
|
- title: Audit repository events
|
|
path: /datacenter/dtr/2.6/guides/user/audit-repository-events/
|
|
- title: Auto-delete repository events
|
|
path: /datacenter/dtr/2.6/guides/admin/configure/auto-delete-repo-events/
|
|
- title: Manage access tokens
|
|
path: /datacenter/dtr/2.6/guides/user/access-tokens/
|
|
- title: Tag pruning
|
|
path: /datacenter/dtr/2.6/guides/user/tag-pruning/
|
|
- title: API reference
|
|
path: /datacenter/dtr/2.6/reference/api/
|
|
nosync: true
|
|
- path: /datacenter/dtr/2.6/guides/release-notes/
|
|
title: Release notes
|
|
- sectiontitle: Docker Trusted Registry 2.5
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.5/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.5/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/dtr/2.5/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.5/guides/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/dtr/2.5/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/enable-single-sign-on/
|
|
title: Enable single sign-on
|
|
- sectiontitle: External storage
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/s3/
|
|
title: S3
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/external-storage/nfs/
|
|
title: NFS
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/set-up-vulnerability-scans/
|
|
title: Set up vulnerability scans
|
|
- sectiontitle: Deploy caches
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/strategy/
|
|
title: Cache deployment strategy
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/simple/
|
|
title: Deploy a DTR cache
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/high-availability/
|
|
title: Configure caches for high availability
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/deploy-caches/configuration-reference/
|
|
title: Cache configuration reference
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/
|
|
title: Garbage collection
|
|
- path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/
|
|
title: Use a web proxy
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/admin/manage-users/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.5/guides/admin/manage-users/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /datacenter/dtr/2.5/guides/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/notary-audit-logs/
|
|
title: Check Notary audit logs
|
|
- path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr/
|
|
title: Troubleshoot Docker Trusted Registry
|
|
- path: /datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/
|
|
title: Troubleshoot batch jobs
|
|
- path: /datacenter/dtr/2.5/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/dtr/2.5/reference/cli/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.5/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.5/reference/cli/destroy/
|
|
title: destroy
|
|
- path: /datacenter/dtr/2.5/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/dtr/2.5/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.5/reference/cli/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.5/reference/cli/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.5/reference/cli/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.5/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.5/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access DTR
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/user/access-dtr/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.5/guides/user/access-dtr/configure-your-notary-client/
|
|
title: Configure your Notary client
|
|
- path: /datacenter/dtr/2.5/guides/user/access-dtr/use-a-cache/
|
|
title: Use a cache
|
|
- sectiontitle: Manage images
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/
|
|
title: Create a repository
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/pull-and-push-images/
|
|
title: Pull and push images
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/delete-images/
|
|
title: Delete images
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/scan-images-for-vulnerabilities/
|
|
title: Scan images for vulnerabilities
|
|
- title: Override a vulnerability
|
|
path: /datacenter/dtr/2.5/guides/user/manage-images/override-a-vulnerability/
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/prevent-tags-from-being-overwritten/
|
|
title: Prevent tags from being overwritten
|
|
- sectiontitle: Sign images
|
|
section:
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/
|
|
title: Sign an image
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/delegate-image-signing/
|
|
title: Delegate image signing
|
|
- path: /datacenter/dtr/2.5/guides/user/manage-images/sign-images/manage-trusted-repositories/
|
|
title: Manage trusted repositories
|
|
- path: /datacenter/dtr/2.5/guides/user/create-and-manage-webhooks/
|
|
title: Create and manage webhooks
|
|
- path: /datacenter/dtr/2.5/guides/user/create-promotion-policies/
|
|
title: Create promotion policies
|
|
- path: /datacenter/dtr/2.5/reference/api/
|
|
title: API reference
|
|
- path: /ee/dtr/release-notes/
|
|
title: Release notes
|
|
nosync: true
|
|
- path: /datacenter/dtr/2.5/guides/support/
|
|
title: Get support
|
|
- sectiontitle: Docker Trusted Registry 2.4
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.4/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.4/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/dtr/2.4/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.4/guides/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/dtr/2.4/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/enable-single-sign-on/
|
|
title: Enable single sign-on
|
|
- sectiontitle: External storage
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/s3/
|
|
title: S3
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/external-storage/nfs/
|
|
title: NFS
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/set-up-vulnerability-scans/
|
|
title: Set up vulnerability scans
|
|
- sectiontitle: Deploy caches
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/tls/
|
|
title: Deploy caches with TLS
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/deploy-caches/chaining/
|
|
title: Chain multiple caches
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/garbage-collection/
|
|
title: Garbage collection
|
|
- path: /datacenter/dtr/2.4/guides/admin/configure/use-a-web-proxy/
|
|
title: Use a web proxy
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/admin/manage-users/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.4/guides/admin/manage-users/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /datacenter/dtr/2.4/guides/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/notary-audit-logs/
|
|
title: Check Notary audit logs
|
|
- path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/
|
|
title: Troubleshoot batch jobs
|
|
- path: /datacenter/dtr/2.4/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/dtr/2.4/reference/cli/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.4/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.4/reference/cli/destroy/
|
|
title: destroy
|
|
- path: /datacenter/dtr/2.4/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/dtr/2.4/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.4/reference/cli/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.4/reference/cli/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.4/reference/cli/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.4/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.4/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access DTR
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/user/access-dtr/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client/
|
|
title: Configure your Notary client
|
|
- path: /datacenter/dtr/2.4/guides/user/access-dtr/use-a-cache/
|
|
title: Use a cache
|
|
- sectiontitle: Manage images
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/
|
|
title: Create a repository
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/pull-and-push-images/
|
|
title: Pull and push images
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/delete-images/
|
|
title: Delete images
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/scan-images-for-vulnerabilities/
|
|
title: Scan images for vulnerabilities
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/prevent-tags-from-being-overwritten/
|
|
title: Prevent tags from being overwritten
|
|
- sectiontitle: Sign images
|
|
section:
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/
|
|
title: Sign an image
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/delegate-image-signing/
|
|
title: Delegate image signing
|
|
- path: /datacenter/dtr/2.4/guides/user/manage-images/sign-images/manage-trusted-repositories/
|
|
title: Manage trusted repositories
|
|
- path: /datacenter/dtr/2.4/guides/user/create-and-manage-webhooks/
|
|
title: Create and manage webhooks
|
|
- path: /datacenter/dtr/2.4/guides/user/create-promotion-policies/
|
|
title: Create promotion policies
|
|
- path: /datacenter/dtr/2.4/reference/api/
|
|
title: API reference
|
|
- path: /ee/dtr/release-notes/
|
|
title: Release notes
|
|
nosync: true
|
|
- path: /datacenter/dtr/2.4/guides/support/
|
|
title: Get support
|
|
- sectiontitle: Docker Trusted Registry 2.3
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.3/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.3/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/dtr/2.3/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.3/guides/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/dtr/2.3/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/enable-single-sign-on/
|
|
title: Enable single sign-on
|
|
- sectiontitle: External storage
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/s3/
|
|
title: S3
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/nfs/
|
|
title: NFS
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/set-up-vulnerability-scans/
|
|
title: Set up vulnerability scans
|
|
- sectiontitle: Deploy caches
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/tls/
|
|
title: Deploy caches with TLS
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/deploy-caches/chaining/
|
|
title: Chain multiple caches
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/garbage-collection/
|
|
title: Garbage collection
|
|
- path: /datacenter/dtr/2.3/guides/admin/configure/use-a-web-proxy/
|
|
title: Use a web proxy
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/admin/manage-users/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /datacenter/dtr/2.3/guides/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/
|
|
title: Troubleshoot batch jobs
|
|
- path: /datacenter/dtr/2.3/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/dtr/2.3/reference/cli/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.3/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.3/reference/cli/destroy/
|
|
title: destroy
|
|
- path: /datacenter/dtr/2.3/reference/cli/dumpcerts/
|
|
title: dumpcerts
|
|
- path: /datacenter/dtr/2.3/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/dtr/2.3/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.3/reference/cli/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.3/reference/cli/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.3/reference/cli/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.3/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.3/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access DTR
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/user/access-dtr/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client/
|
|
title: Configure your Notary client
|
|
- path: /datacenter/dtr/2.3/guides/user/access-dtr/use-a-cache/
|
|
title: Use a cache
|
|
- sectiontitle: Manage images
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/
|
|
title: Create a repository
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/pull-and-push-images/
|
|
title: Pull and push images
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/delete-images/
|
|
title: Delete images
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/scan-images-for-vulnerabilities/
|
|
title: Scan images for vulnerabilities
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/prevent-tags-from-being-overwritten/
|
|
title: Prevent tags from being overwritten
|
|
- sectiontitle: Sign images
|
|
section:
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/
|
|
title: Sign an image
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/delegate-image-signing/
|
|
title: Delegate image signing
|
|
- path: /datacenter/dtr/2.3/guides/user/manage-images/sign-images/manage-trusted-repositories/
|
|
title: Manage trusted repositories
|
|
- path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/
|
|
title: Create and manage webhooks
|
|
- path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/
|
|
title: Create promotion policies
|
|
- path: /datacenter/dtr/2.3/reference/api/
|
|
title: API reference
|
|
- path: /datacenter/dtr/2.3/guides/release-notes/
|
|
title: Release notes
|
|
- path: /datacenter/dtr/2.3/guides/support/
|
|
title: Get support
|
|
- sectiontitle: Docker Trusted Registry 2.2
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.2/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Administration
|
|
section:
|
|
- sectiontitle: Install
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/admin/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.2/guides/admin/install/
|
|
title: Install
|
|
- path: /datacenter/dtr/2.2/guides/admin/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.2/guides/admin/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/dtr/2.2/guides/admin/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configure
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/license-your-installation/
|
|
title: License your installation
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/use-your-own-tls-certificates/
|
|
title: Use your own TLS certificates
|
|
- sectiontitle: External storage
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/s3/
|
|
title: S3
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/external-storage/nfs/
|
|
title: NFS
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/set-up-high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/use-a-load-balancer/
|
|
title: Use a load balancer
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans/
|
|
title: Set up vulnerability scans
|
|
- sectiontitle: Deploy caches
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/tls/
|
|
title: Deploy caches with TLS
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/deploy-caches/chaining/
|
|
title: Chain multiple caches
|
|
- path: /datacenter/dtr/2.2/guides/admin/configure/garbage-collection/
|
|
title: Garbage collection
|
|
- sectiontitle: Manage users
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/admin/manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.2/guides/admin/manage-users/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.2/guides/admin/manage-users/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/
|
|
title: Monitor the cluster status
|
|
- path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs/
|
|
title: Troubleshoot with logs
|
|
- path: /datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs/
|
|
title: Troubleshoot batch jobs
|
|
- path: /datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/dtr/2.2/reference/cli/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.2/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.2/reference/cli/destroy/
|
|
title: destroy
|
|
- path: /datacenter/dtr/2.2/reference/cli/dumpcerts/
|
|
title: dumpcerts
|
|
- path: /datacenter/dtr/2.2/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/dtr/2.2/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.2/reference/cli/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.2/reference/cli/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.2/reference/cli/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.2/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.2/reference/cli/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: User guides
|
|
section:
|
|
- sectiontitle: Access DTR
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/user/access-dtr/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client/
|
|
title: Configure your Notary client
|
|
- path: /datacenter/dtr/2.2/guides/user/access-dtr/use-a-cache/
|
|
title: Use a cache
|
|
- sectiontitle: Manage images
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/
|
|
title: Create a repository
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images/
|
|
title: Pull and push images
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/delete-images/
|
|
title: Delete images
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/
|
|
title: Scan images for vulnerabilities
|
|
- sectiontitle: Sign images
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/
|
|
title: Sign an image
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/delegate-image-signing/
|
|
title: Delegate image signing
|
|
- path: /datacenter/dtr/2.2/guides/user/manage-images/sign-images/manage-trusted-repositories/
|
|
title: Manage trusted repositories
|
|
- path: /datacenter/dtr/2.2/guides/user/create-and-manage-webhooks/
|
|
title: Create and manage webhooks
|
|
- path: /datacenter/dtr/2.2/reference/api/
|
|
title: API reference
|
|
- sectiontitle: Release notes
|
|
section:
|
|
- path: /datacenter/dtr/2.2/guides/release-notes/
|
|
title: Release notes
|
|
- path: /datacenter/dtr/2.2/guides/release-notes/incompatibilities-and-breaking-changes/
|
|
title: Incompatibilities and breaking changes
|
|
- path: /datacenter/dtr/2.2/guides/support/
|
|
title: Get support
|
|
- sectiontitle: Docker Trusted Registry 2.1
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.1/guides/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Installation
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.1/guides/install/
|
|
title: Install Docker Trusted Registry
|
|
- path: /datacenter/dtr/2.1/guides/install/install-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.1/guides/install/license/
|
|
title: License your deployment
|
|
- path: /datacenter/dtr/2.1/guides/install/scale-your-deployment/
|
|
title: Scale your deployment
|
|
- path: /datacenter/dtr/2.1/guides/install/upgrade/
|
|
title: Upgrade
|
|
- path: /datacenter/dtr/2.1/guides/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: Configuration
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/configure/
|
|
title: Use your own certificates
|
|
- path: /datacenter/dtr/2.1/guides/configure/configure-storage/
|
|
title: Storage configuration
|
|
- path: /datacenter/dtr/2.1/guides/configure/use-nfs/
|
|
title: Use NFS
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/
|
|
title: Monitor DTR
|
|
- path: /datacenter/dtr/2.1/guides/monitor-troubleshoot/troubleshoot/
|
|
title: Troubleshoot DTR
|
|
- sectiontitle: High-availability
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: User management
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/user-management/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /datacenter/dtr/2.1/guides/user-management/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.1/guides/user-management/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Repositories and images
|
|
section:
|
|
- path: /datacenter/dtr/2.1/guides/repos-and-images/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.1/guides/repos-and-images/pull-an-image/
|
|
title: Pull an image
|
|
- path: /datacenter/dtr/2.1/guides/repos-and-images/push-an-image/
|
|
title: Push an image
|
|
- path: /datacenter/dtr/2.1/guides/repos-and-images/delete-an-image/
|
|
title: Delete an image
|
|
- sectiontitle: API and CLI reference
|
|
section:
|
|
- path: /datacenter/dtr/2.1/reference/api/
|
|
title: API reference
|
|
- sectiontitle: CLI reference
|
|
section:
|
|
- path: /datacenter/dtr/2.1/reference/cli/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.1/reference/cli/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.1/reference/cli/dumpcerts/
|
|
title: dumpcerts
|
|
- path: /datacenter/dtr/2.1/reference/cli/images/
|
|
title: images
|
|
- path: /datacenter/dtr/2.1/reference/cli/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.1/reference/cli/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.1/reference/cli/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.1/reference/cli/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.1/reference/cli/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.1/reference/cli/upgrade/
|
|
title: upgrade
|
|
- path: /datacenter/dtr/2.1/guides/release-notes/
|
|
title: Release notes
|
|
- path: /datacenter/dtr/2.1/guides/support/
|
|
title: Get support
|
|
- sectiontitle: Docker Trusted Registry 2.0
|
|
section:
|
|
- path: /datacenter/dtr/2.0/
|
|
title: Docker Trusted Registry overview
|
|
- path: /datacenter/dtr/2.0/architecture/
|
|
title: Architecture
|
|
- sectiontitle: Installation
|
|
section:
|
|
- path: /datacenter/dtr/2.0/install/system-requirements/
|
|
title: System requirements
|
|
- path: /datacenter/dtr/2.0/install/
|
|
title: Install Docker Trusted Registry
|
|
- path: /datacenter/dtr/2.0/install/install-dtr-offline/
|
|
title: Install offline
|
|
- path: /datacenter/dtr/2.0/install/license/
|
|
title: License DTR
|
|
- sectiontitle: Upgrade
|
|
section:
|
|
- path: /datacenter/dtr/2.0/install/upgrade/upgrade-major/
|
|
title: Upgrade from 1.4.3
|
|
- path: /datacenter/dtr/2.0/install/upgrade/
|
|
title: Upgrade from 2.0.0
|
|
- path: /datacenter/dtr/2.0/install/uninstall/
|
|
title: Uninstall
|
|
- sectiontitle: docker/dtr image reference
|
|
section:
|
|
- path: /datacenter/dtr/2.0/reference/
|
|
title: Overview
|
|
- path: /datacenter/dtr/2.0/reference/backup/
|
|
title: backup
|
|
- path: /datacenter/dtr/2.0/reference/dumpcerts/
|
|
title: dumpcerts
|
|
- path: /datacenter/dtr/2.0/reference/images/
|
|
title: images
|
|
- path: /datacenter/dtr/2.0/reference/install/
|
|
title: install
|
|
- path: /datacenter/dtr/2.0/reference/join/
|
|
title: join
|
|
- path: /datacenter/dtr/2.0/reference/migrate/
|
|
title: migrate
|
|
- path: /datacenter/dtr/2.0/reference/reconfigure/
|
|
title: reconfigure
|
|
- path: /datacenter/dtr/2.0/reference/remove/
|
|
title: remove
|
|
- path: /datacenter/dtr/2.0/reference/restore/
|
|
title: restore
|
|
- path: /datacenter/dtr/2.0/reference/upgrade/
|
|
title: upgrade
|
|
- sectiontitle: Configuration
|
|
section:
|
|
- path: /datacenter/dtr/2.0/configure/configuration/
|
|
title: Configuration overview
|
|
- path: /datacenter/dtr/2.0/configure/config-general/
|
|
title: Configure general settings
|
|
- path: /datacenter/dtr/2.0/configure/config-security/
|
|
title: Security configuration
|
|
- path: /datacenter/dtr/2.0/configure/config-storage/
|
|
title: Storage configuration
|
|
- sectiontitle: Monitor and troubleshoot
|
|
section:
|
|
- path: /datacenter/dtr/2.0/monitor-troubleshoot/
|
|
title: Monitor DTR
|
|
- path: /datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot/
|
|
title: Troubleshoot DTR
|
|
- sectiontitle: High-availability
|
|
section:
|
|
- path: /datacenter/dtr/2.0/high-availability/
|
|
title: Set up high availability
|
|
- path: /datacenter/dtr/2.0/high-availability/backups-and-disaster-recovery/
|
|
title: Backups and disaster recovery
|
|
- sectiontitle: User management
|
|
section:
|
|
- path: /datacenter/dtr/2.0/user-management/
|
|
title: Authentication and authorization
|
|
- path: /datacenter/dtr/2.0/user-management/create-and-manage-users/
|
|
title: Create and manage users
|
|
- path: /datacenter/dtr/2.0/user-management/create-and-manage-orgs/
|
|
title: Create and manage organizations
|
|
- path: /datacenter/dtr/2.0/user-management/create-and-manage-teams/
|
|
title: Create and manage teams
|
|
- path: /datacenter/dtr/2.0/user-management/permission-levels/
|
|
title: Permission levels
|
|
- sectiontitle: Repositories and images
|
|
section:
|
|
- path: /datacenter/dtr/2.0/repos-and-images/
|
|
title: Configure your Docker daemon
|
|
- path: /datacenter/dtr/2.0/repos-and-images/pull-an-image/
|
|
title: Pull an image
|
|
- path: /datacenter/dtr/2.0/repos-and-images/push-an-image/
|
|
title: Push an image
|
|
- path: /datacenter/dtr/2.0/repos-and-images/delete-an-image/
|
|
title: Delete an image
|
|
- sectiontitle: Release notes
|
|
section:
|
|
- path: /datacenter/dtr/2.0/release-notes/
|
|
title: Trusted Registry release notes
|
|
- path: /datacenter/dtr/2.0/release-notes/prior-release-notes/
|
|
title: Prior Trusted Registry release notes
|
|
- sectiontitle: Trusted Registry API
|
|
section:
|
|
- path: /apidocs/v2.0.1/
|
|
title: API v2.0.1
|
|
- path: /apidocs/v2.0.0/
|
|
title: API v2.0.0
|
|
- path: /apidocs/v1.4.0/
|
|
title: API v1.4.0
|
|
- path: /apidocs/v1.3.3/
|
|
title: API v1.3.3
|
|
- path: /datacenter/dtr/2.0/support/
|
|
title: Get support
|
|
- sectiontitle: Standards and compliance
|
|
section:
|
|
- 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
|
|
- sectiontitle: Compliance control references
|
|
section:
|
|
- sectiontitle: NIST 800-53
|
|
section:
|
|
- path: /compliance/reference/800-53/
|
|
title: Overview
|
|
- path: /compliance/reference/800-53/ac/
|
|
title: Access control
|
|
- path: /compliance/reference/800-53/au/
|
|
title: Audit and accountability
|
|
- path: /compliance/reference/800-53/at/
|
|
title: Awareness and training
|
|
- path: /compliance/reference/800-53/cm/
|
|
title: Configuration management
|
|
- path: /compliance/reference/800-53/cp/
|
|
title: Contingency planning
|
|
- path: /compliance/reference/800-53/ia/
|
|
title: Identification and authentication
|
|
- path: /compliance/reference/800-53/ir/
|
|
title: Incident response
|
|
- path: /compliance/reference/800-53/ma/
|
|
title: Maintenance
|
|
- path: /compliance/reference/800-53/mp/
|
|
title: Media protection
|
|
- path: /compliance/reference/800-53/ps/
|
|
title: Personnel security
|
|
- path: /compliance/reference/800-53/pe/
|
|
title: Physical and environmental protection
|
|
- path: /compliance/reference/800-53/pl/
|
|
title: Planning
|
|
- path: /compliance/reference/800-53/pm/
|
|
title: Program management
|
|
- path: /compliance/reference/800-53/ra/
|
|
title: Risk assessment
|
|
- path: /compliance/reference/800-53/ca/
|
|
title: Security assessment and authorization
|
|
- path: /compliance/reference/800-53/sc/
|
|
title: System and communications protection
|
|
- path: /compliance/reference/800-53/si/
|
|
title: System and information integrity
|
|
- path: /compliance/reference/800-53/sa/
|
|
title: System and services acquisition
|
|
|
|
|
|
|