mirror of https://github.com/docker/docs.git
fix type of keywords entry in frontmatter (in /engine/) (#552)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
b1b1ef532d
commit
a5e01e1844
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Using the Ambassador pattern to abstract (network) services
|
||||
keywords: Examples, Usage, links, docker, documentation, examples, names, name, container naming
|
||||
redirect_from:
|
||||
- /engine/articles/ambassador_pattern_linking/
|
||||
description: Using the Ambassador pattern to abstract (network) services
|
||||
keywords:
|
||||
- Examples, Usage, links, docker, documentation, examples, names, name, container naming
|
||||
title: Link via an ambassador container
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Installation and using Docker via Ansible
|
||||
keywords:
|
||||
- ansible, installation, usage, docker, documentation
|
||||
keywords: ansible, installation, usage, docker, documentation
|
||||
title: Use Ansible
|
||||
---
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
description: Resizing a Boot2Docker volume in VirtualBox with GParted
|
||||
keywords: boot2docker, volume, virtualbox
|
||||
published: false
|
||||
keywords:
|
||||
- boot2docker, volume, virtualbox
|
||||
title: Resize a Boot2Docker volume
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installation and using Docker via Chef
|
||||
keywords: chef, installation, usage, docker, documentation
|
||||
redirect_from:
|
||||
- /engine/articles/chef/
|
||||
description: Installation and using Docker via Chef
|
||||
keywords:
|
||||
- chef, installation, usage, docker, documentation
|
||||
title: Use Chef
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Using DSC to configure a new Docker host
|
||||
keywords: powershell, dsc, installation, usage, docker, documentation
|
||||
redirect_from:
|
||||
- /engine/articles/dsc/
|
||||
description: Using DSC to configure a new Docker host
|
||||
keywords:
|
||||
- powershell, dsc, installation, usage, docker, documentation
|
||||
title: Use PowerShell DSC
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: CLI and log output formatting reference
|
||||
keywords:
|
||||
- format, formatting, output, templates, log
|
||||
keywords: format, formatting, output, templates, log
|
||||
title: Format command and log output
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: How to generate scripts for upstart, systemd, etc.
|
||||
keywords: systemd, upstart, supervisor, docker, documentation, host integration
|
||||
redirect_from:
|
||||
- /engine/articles/host_integration/
|
||||
description: How to generate scripts for upstart, systemd, etc.
|
||||
keywords:
|
||||
- systemd, upstart, supervisor, docker, documentation, host integration
|
||||
title: Start containers automatically
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Configuring and running the Docker daemon on various distributions
|
||||
keywords: docker, daemon, configuration, running, process managers
|
||||
redirect_from:
|
||||
- /engine/articles/configuring/
|
||||
- /engine/admin/configuring/
|
||||
description: Configuring and running the Docker daemon on various distributions
|
||||
keywords:
|
||||
- docker, daemon, configuration, running, process managers
|
||||
title: Configure and run Docker on various distributions
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: How to keep containers running when the daemon isn't available.
|
||||
keywords:
|
||||
- docker, upgrade, daemon, dockerd, live-restore, daemonless container
|
||||
keywords: docker, upgrade, daemon, dockerd, live-restore, daemonless container
|
||||
title: Keep containers alive during daemon downtime
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Describes how to use the Amazon CloudWatch Logs logging driver.
|
||||
keywords: AWS, Amazon, CloudWatch, logging, driver
|
||||
redirect_from:
|
||||
- /engine/reference/logging/awslogs/
|
||||
description: Describes how to use the Amazon CloudWatch Logs logging driver.
|
||||
keywords:
|
||||
- AWS, Amazon, CloudWatch, logging, driver
|
||||
title: Amazon CloudWatch Logs logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Describes how to use the etwlogs logging driver.
|
||||
keywords:
|
||||
- ETW, docker, logging, driver
|
||||
keywords: ETW, docker, logging, driver
|
||||
title: ETW logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Describes how to use the fluentd logging driver.
|
||||
keywords: Fluentd, docker, logging, driver
|
||||
redirect_from:
|
||||
- /engine/reference/logging/fluentd/
|
||||
- /reference/logging/fluentd/
|
||||
description: Describes how to use the fluentd logging driver.
|
||||
keywords:
|
||||
- Fluentd, docker, logging, driver
|
||||
title: Fluentd logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Describes how to use the Google Cloud Logging driver.
|
||||
keywords:
|
||||
- gcplogs, google, docker, logging, driver
|
||||
keywords: gcplogs, google, docker, logging, driver
|
||||
title: Google Cloud Logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Logging and Logging Drivers
|
||||
keywords: ' docker, logging, driver'
|
||||
redirect_from:
|
||||
- /engine/reference/logging/
|
||||
description: Logging and Logging Drivers
|
||||
keywords:
|
||||
- ' docker, logging, driver'
|
||||
title: Logging drivers
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Describes how to use the fluentd logging driver.
|
||||
keywords: Journald, docker, logging, driver
|
||||
redirect_from:
|
||||
- /engine/reference/logging/journald/
|
||||
description: Describes how to use the fluentd logging driver.
|
||||
keywords:
|
||||
- Journald, docker, logging, driver
|
||||
title: Journald logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Describes how to format tags for.
|
||||
keywords: docker, logging, driver, syslog, Fluentd, gelf, journald
|
||||
redirect_from:
|
||||
- /engine/reference/logging/log_tags/
|
||||
description: Describes how to format tags for.
|
||||
keywords:
|
||||
- docker, logging, driver, syslog, Fluentd, gelf, journald
|
||||
title: Log tags for logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Configure logging driver.
|
||||
keywords: docker, logging, driver, Fluentd
|
||||
redirect_from:
|
||||
- /engine/reference/logging/overview/
|
||||
description: Configure logging driver.
|
||||
keywords:
|
||||
- docker, logging, driver, Fluentd
|
||||
title: Configure logging drivers
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Describes how to use the Splunk logging driver.
|
||||
keywords: splunk, docker, logging, driver
|
||||
redirect_from:
|
||||
- /engine/reference/logging/splunk/
|
||||
description: Describes how to use the Splunk logging driver.
|
||||
keywords:
|
||||
- splunk, docker, logging, driver
|
||||
title: Splunk logging driver
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installing and using Puppet
|
||||
keywords: puppet, installation, usage, docker, documentation
|
||||
redirect_from:
|
||||
- /engine/articles/puppet/
|
||||
description: Installing and using Puppet
|
||||
keywords:
|
||||
- puppet, installation, usage, docker, documentation
|
||||
title: Use Puppet
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: How to set up and run a local registry mirror
|
||||
keywords: docker, registry, mirror, examples
|
||||
redirect_from:
|
||||
- /engine/articles/registry_mirror/
|
||||
description: How to set up and run a local registry mirror
|
||||
keywords:
|
||||
- docker, registry, mirror, examples
|
||||
title: Run a local registry mirror
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Measure the behavior of running containers
|
||||
keywords: docker, metrics, CPU, memory, disk, IO, run, runtime, stats
|
||||
redirect_from:
|
||||
- /engine/articles/run_metrics
|
||||
- /engine/articles/runmetrics
|
||||
description: Measure the behavior of running containers
|
||||
keywords:
|
||||
- docker, metrics, CPU, memory, disk, IO, run, runtime, stats
|
||||
title: Runtime metrics
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Controlling and configuring Docker using systemd
|
||||
keywords: docker, daemon, systemd, configuration
|
||||
redirect_from:
|
||||
- /engine/articles/systemd/
|
||||
description: Controlling and configuring Docker using systemd
|
||||
keywords:
|
||||
- docker, daemon, systemd, configuration
|
||||
title: Control and configure Docker with systemd
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: How to use Supervisor process management with Docker
|
||||
keywords: docker, supervisor, process management
|
||||
redirect_from:
|
||||
- /engine/articles/using_supervisord/
|
||||
description: How to use Supervisor process management with Docker
|
||||
keywords:
|
||||
- docker, supervisor, process management
|
||||
title: Use Supervisor with Docker
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Installing and running an apt-cacher-ng service
|
||||
keywords:
|
||||
- docker, example, package installation, networking, debian, ubuntu
|
||||
keywords: docker, example, package installation, networking, debian, ubuntu
|
||||
title: Dockerize an apt-cacher-ng service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Dockerizing a Couchbase service
|
||||
keywords:
|
||||
- docker, example, package installation, networking, couchbase
|
||||
keywords: docker, example, package installation, networking, couchbase
|
||||
title: Dockerize a Couchbase service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Sharing data between 2 couchdb databases
|
||||
keywords:
|
||||
- docker, example, package installation, networking, couchdb, data volumes
|
||||
keywords: docker, example, package installation, networking, couchdb, data volumes
|
||||
title: Dockerize a CouchDB service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Provides examples for using Docker
|
||||
keywords:
|
||||
- dockerize, dockerizing apps, dockerizing applications, container, containers
|
||||
keywords: dockerize, dockerizing apps, dockerizing applications, container, containers
|
||||
title: Dockerize an application
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Creating a Docker image with MongoDB pre-installed using a Dockerfile and sharing the image on Docker Hub
|
||||
keywords:
|
||||
- docker, dockerize, dockerizing, article, example, docker.io, platform, package, installation, networking, mongodb, containers, images, image, sharing, dockerfile, build, auto-building, framework
|
||||
keywords: docker, dockerize, dockerizing, article, example, docker.io, platform, package, installation, networking, mongodb, containers, images, image, sharing, dockerfile, build, auto-building, framework
|
||||
title: Dockerize MongoDB
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Running and installing a PostgreSQL service
|
||||
keywords:
|
||||
- docker, example, package installation, postgresql
|
||||
keywords: docker, example, package installation, postgresql
|
||||
title: Dockerize PostgreSQL
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Installing and running a redis service
|
||||
keywords:
|
||||
- docker, example, package installation, networking, redis
|
||||
keywords: docker, example, package installation, networking, redis
|
||||
title: Dockerize a Redis service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Build a Docker image with Riak pre-installed
|
||||
keywords:
|
||||
- docker, example, package installation, networking, riak
|
||||
keywords: docker, example, package installation, networking, riak
|
||||
title: Dockerize a Riak service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Installing and running an SSHd service on Docker
|
||||
keywords:
|
||||
- docker, example, package installation, networking
|
||||
keywords: docker, example, package installation, networking
|
||||
title: Dockerize an SSH service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Most frequently asked questions.
|
||||
keywords: faq, questions, documentation, docker
|
||||
redirect_from:
|
||||
- /engine/misc/faq/
|
||||
description: Most frequently asked questions.
|
||||
keywords:
|
||||
- faq, questions, documentation, docker
|
||||
title: Docker Engine frequently asked questions (FAQ)
|
||||
---
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker
|
||||
redirect_from:
|
||||
- /mac/started/
|
||||
- /windows/started/
|
||||
- /linux/started/
|
||||
- /getting-started/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker
|
||||
title: Get started with Docker
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker
|
||||
redirect_from:
|
||||
- /mac/last_page/
|
||||
- /windows/last_page/
|
||||
- /linux/last_page/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker
|
||||
title: Learn more
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker, install
|
||||
redirect_from:
|
||||
- /mac/started/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker, install
|
||||
title: "Example: Install Docker on Ubuntu Linux"
|
||||
title: 'Example: Install Docker on Ubuntu Linux'
|
||||
---
|
||||
|
||||
This installation procedure for users who are unfamiliar with package
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker
|
||||
redirect_from:
|
||||
- /mac/step_five/
|
||||
- /windows/step_five/
|
||||
- /linux/step_five/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker
|
||||
title: Create a Docker Hub account and repository
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker, install
|
||||
redirect_from:
|
||||
- /mac/step_one/
|
||||
- /windows/step_one/
|
||||
- /linux/step_one/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker, install
|
||||
title: Install Docker and run hello-world
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker
|
||||
redirect_from:
|
||||
- /mac/step_six/
|
||||
- /windows/step_six/
|
||||
- /linux/step_six/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker
|
||||
title: Tag, push, and pull your image
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker
|
||||
redirect_from:
|
||||
- /mac/step_three/
|
||||
- /windows/step_three/
|
||||
- /linux/step_three/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker
|
||||
title: Find and run the whalesay image
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Getting started with Docker
|
||||
keywords: beginner, getting started, Docker
|
||||
redirect_from:
|
||||
- /mac/step_two/
|
||||
- /windows/step_two/
|
||||
- /linux/step_two/
|
||||
description: Getting started with Docker
|
||||
keywords:
|
||||
- beginner, getting started, Docker
|
||||
title: Learn about images and containers
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Engine
|
||||
keywords: Engine
|
||||
redirect_from:
|
||||
- /engine/misc/
|
||||
description: Engine
|
||||
keywords:
|
||||
- Engine
|
||||
title: About Docker Engine
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Instructions for installing Docker as a binary. Mostly meant for hackers who want to try out Docker on a variety of environments.
|
||||
keywords:
|
||||
- binaries, installation, docker, documentation, linux
|
||||
keywords: binaries, installation, docker, documentation, linux
|
||||
title: Install Docker from binaries
|
||||
---
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
description: Example of a manual install of Docker Engine on a cloud provider, using Amazon Web Services (AWS) EC2. Shows how to create an EC2 instance, and install Docker Engine on it.
|
||||
keywords:
|
||||
- cloud, docker, machine, documentation, installation, AWS, EC2
|
||||
title: "Example: Manual installation on a cloud provider"
|
||||
keywords: cloud, docker, machine, documentation, installation, AWS, EC2
|
||||
title: 'Example: Manual installation on a cloud provider'
|
||||
---
|
||||
|
||||
You can install Docker Engine directly to servers you have on cloud providers. This example shows how to create an <a href="https://aws.amazon.com/" target="_blank"> Amazon Web Services (AWS)</a> EC2 instance, and install Docker Engine on it.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
description: Example of using Docker Machine to install Docker Engine on a cloud provider, using Digital Ocean.
|
||||
keywords:
|
||||
- cloud, docker, machine, documentation, installation, digitalocean
|
||||
title: "Example: Use Docker Machine to provision cloud hosts"
|
||||
keywords: cloud, docker, machine, documentation, installation, digitalocean
|
||||
title: 'Example: Use Docker Machine to provision cloud hosts'
|
||||
---
|
||||
|
||||
Docker Machine driver plugins are available for many cloud platforms, so you can use Machine to provision cloud hosts. When you use Docker Machine for provisioning, you create cloud hosts with Docker Engine installed on them.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
description: Cloud Installations
|
||||
keywords: Docker install
|
||||
redirect_from:
|
||||
- /engine/installation/amazon/
|
||||
- /engine/installation/google/
|
||||
|
@ -6,9 +8,6 @@ redirect_from:
|
|||
- /engine/installation/azure/
|
||||
- /engine/installation/rackspace/
|
||||
- /engine/installation/joyent/
|
||||
description: Cloud Installations
|
||||
keywords:
|
||||
- Docker install
|
||||
title: Install Engine on cloud hosts
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installation instructions for Docker on cloud.
|
||||
keywords: cloud, docker, machine, documentation, installation
|
||||
redirect_from:
|
||||
- /engine/installation/cloud/cloud/
|
||||
description: Installation instructions for Docker on cloud.
|
||||
keywords:
|
||||
- cloud, docker, machine, documentation, installation
|
||||
title: Choose an installation method
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
description: Lists the installation methods
|
||||
keywords: Docker install
|
||||
redirect_from:
|
||||
- /installation/
|
||||
- /engine/installation/linux/frugalware/
|
||||
- /engine/installation/frugalware/
|
||||
description: Lists the installation methods
|
||||
keywords:
|
||||
- Docker install
|
||||
title: Install Docker Engine
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installation instructions for Docker on openSUSE and on SUSE Linux Enterprise.
|
||||
keywords: openSUSE, SUSE Linux Enterprise, SUSE, SLE, docker, documentation, installation
|
||||
redirect_from:
|
||||
- /engine/installation/SUSE/
|
||||
description: Installation instructions for Docker on openSUSE and on SUSE Linux Enterprise.
|
||||
keywords:
|
||||
- openSUSE, SUSE Linux Enterprise, SUSE, SLE, docker, documentation, installation
|
||||
title: Install Docker on openSUSE and SUSE Linux Enterprise
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installation instructions for Docker on ArchLinux.
|
||||
keywords: arch linux, docker, documentation, installation
|
||||
redirect_from:
|
||||
- /engine/installation/archlinux/
|
||||
description: Installation instructions for Docker on ArchLinux.
|
||||
keywords:
|
||||
- arch linux, docker, documentation, installation
|
||||
title: Install Docker on Arch Linux
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Instructions for installing Docker on CentOS
|
||||
keywords: Docker, Docker documentation, requirements, linux, centos, epel, docker.io, docker-io
|
||||
redirect_from:
|
||||
- /engine/installation/centos/
|
||||
description: Instructions for installing Docker on CentOS
|
||||
keywords:
|
||||
- Docker, Docker documentation, requirements, linux, centos, epel, docker.io, docker-io
|
||||
title: Install Docker on CentOS
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Docker installation on CRUX Linux.
|
||||
keywords: crux linux, Docker, documentation, installation
|
||||
redirect_from:
|
||||
- /engine/installation/cruxlinux/
|
||||
description: Docker installation on CRUX Linux.
|
||||
keywords:
|
||||
- crux linux, Docker, documentation, installation
|
||||
title: Install Docker on CRUX Linux
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Instructions for installing Docker on Debian.
|
||||
keywords: Docker, Docker documentation, installation, debian
|
||||
redirect_from:
|
||||
- /engine/installation/debian/
|
||||
description: Instructions for installing Docker on Debian.
|
||||
keywords:
|
||||
- Docker, Docker documentation, installation, debian
|
||||
title: Install Docker on Debian
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Instructions for installing Docker on Fedora.
|
||||
keywords: Docker, Docker documentation, Fedora, requirements, linux
|
||||
redirect_from:
|
||||
- /engine/installation/fedora/
|
||||
description: Instructions for installing Docker on Fedora.
|
||||
keywords:
|
||||
- Docker, Docker documentation, Fedora, requirements, linux
|
||||
title: Install Docker on Fedora
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installation instructions for Docker on Gentoo.
|
||||
keywords: gentoo linux, docker, documentation, installation
|
||||
redirect_from:
|
||||
- /engine/installation/gentoolinux/
|
||||
description: Installation instructions for Docker on Gentoo.
|
||||
keywords:
|
||||
- gentoo linux, docker, documentation, installation
|
||||
title: Install Docker on Gentoo
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Installation instructions for Docker on Oracle Linux.
|
||||
keywords: Docker, Docker documentation, requirements, linux, rhel, centos, oracle, ol
|
||||
redirect_from:
|
||||
- /engine/installation/oracle/
|
||||
description: Installation instructions for Docker on Oracle Linux.
|
||||
keywords:
|
||||
- Docker, Docker documentation, requirements, linux, rhel, centos, oracle, ol
|
||||
title: Install Docker on Oracle Linux
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Instructions for installing Docker on Red Hat Enterprise Linux.
|
||||
keywords: Docker, Docker documentation, requirements, linux, rhel
|
||||
redirect_from:
|
||||
- /engine/installation/rhel/
|
||||
- /installation/rhel/
|
||||
description: Instructions for installing Docker on Red Hat Enterprise Linux.
|
||||
keywords:
|
||||
- Docker, Docker documentation, requirements, linux, rhel
|
||||
title: Install Docker on Red Hat Enterprise Linux
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: 'Instructions for installing Docker on Ubuntu. '
|
||||
keywords: Docker, Docker documentation, requirements, apt, installation, ubuntu
|
||||
redirect_from:
|
||||
- /engine/installation/ubuntulinux/
|
||||
- /installation/ubuntulinux/
|
||||
description: 'Instructions for installing Docker on Ubuntu. '
|
||||
keywords:
|
||||
- Docker, Docker documentation, requirements, apt, installation, ubuntu
|
||||
title: Install Docker on Ubuntu
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Docker installation on macOS
|
||||
keywords:
|
||||
- Docker, Docker documentation, requirements, boot2docker, VirtualBox, SSH, Linux, osx, os x, macOS, Mac
|
||||
keywords: Docker, Docker documentation, requirements, boot2docker, VirtualBox, SSH, Linux, osx, os x, macOS, Mac
|
||||
title: Install Docker on macOS
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Docker installation on Microsoft Windows
|
||||
keywords:
|
||||
- Docker, Docker documentation, Windows, requirements, virtualbox, boot2docker
|
||||
keywords: Docker, Docker documentation, Windows, requirements, virtualbox, boot2docker
|
||||
title: Install Docker on Windows
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Migrate to Engine 1.10
|
||||
keywords:
|
||||
- docker, documentation, engine, upgrade, migration
|
||||
keywords: docker, documentation, engine, upgrade, migration
|
||||
title: Migrate to Engine 1.10
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Enabling AppArmor in Docker
|
||||
keywords:
|
||||
- AppArmor, security, docker, documentation
|
||||
keywords: AppArmor, security, docker, documentation
|
||||
title: AppArmor security profiles for Docker
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: How to set up and use certificates with a registry to verify access
|
||||
keywords: Usage, registry, repository, client, root, certificate, docker, apache, ssl, tls, documentation, examples, articles, tutorials
|
||||
redirect_from:
|
||||
- /engine/articles/certificates/
|
||||
description: How to set up and use certificates with a registry to verify access
|
||||
keywords:
|
||||
- Usage, registry, repository, client, root, certificate, docker, apache, ssl, tls, documentation, examples, articles, tutorials
|
||||
title: Verify repository client with certificates
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: How to setup and run Docker with HTTPS
|
||||
keywords: docker, docs, article, example, https, daemon, tls, ca, certificate
|
||||
redirect_from:
|
||||
- /engine/articles/https/
|
||||
- /articles/https/
|
||||
description: How to setup and run Docker with HTTPS
|
||||
keywords:
|
||||
- docker, docs, article, example, https, daemon, tls, ca, certificate
|
||||
title: Protect the Docker daemon socket
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Sec
|
||||
keywords:
|
||||
- seccomp, security, docker, documentation
|
||||
keywords: seccomp, security, docker, documentation
|
||||
title: Secure Engine
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Review of security vulnerabilities Docker mitigated
|
||||
keywords:
|
||||
- Docker, Docker documentation, security, security non-events
|
||||
keywords: Docker, Docker documentation, security, security non-events
|
||||
title: Docker security non-events
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Enabling seccomp in Docker
|
||||
keywords:
|
||||
- seccomp, security, docker, documentation
|
||||
keywords: seccomp, security, docker, documentation
|
||||
title: Seccomp security profiles for Docker
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Review of the Docker Daemon attack surface
|
||||
keywords: Docker, Docker documentation, security
|
||||
redirect_from:
|
||||
- /engine/articles/security/
|
||||
- /security/security/
|
||||
description: Review of the Docker Daemon attack surface
|
||||
keywords:
|
||||
- Docker, Docker documentation, security
|
||||
title: Docker security
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Enabling content trust in Docker
|
||||
keywords:
|
||||
- content, trust, security, docker, documentation
|
||||
keywords: content, trust, security, docker, documentation
|
||||
title: Content trust in Docker
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Deploying Notary
|
||||
keywords:
|
||||
- trust, security, notary, deployment
|
||||
keywords: trust, security, notary, deployment
|
||||
title: Deploying Notary Server with Compose
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Use trusted images
|
||||
keywords:
|
||||
- trust, security, docker, index
|
||||
keywords: trust, security, docker, index
|
||||
title: Use trusted images
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Automating content push pulls with trust
|
||||
keywords:
|
||||
- trust, security, docker, documentation, automation
|
||||
keywords: trust, security, docker, documentation, automation
|
||||
title: Automation with content trust
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Delegations for content trust
|
||||
keywords:
|
||||
- trust, security, delegations, keys, repository
|
||||
keywords: trust, security, delegations, keys, repository
|
||||
title: Delegations for content trust
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Manage keys for content trust
|
||||
keywords:
|
||||
- trust, security, root, keys, repository
|
||||
keywords: trust, security, root, keys, repository
|
||||
title: Manage keys for content trust
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Play in a trust sandbox
|
||||
keywords:
|
||||
- trust, security, root, keys, repository, sandbox
|
||||
keywords: trust, security, root, keys, repository, sandbox
|
||||
title: Play in a content trust sandbox
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Manager administration guide
|
||||
keywords: docker, container, swarm, manager, raft
|
||||
redirect_from:
|
||||
- /engine/swarm/manager-administration-guide/
|
||||
description: Manager administration guide
|
||||
keywords:
|
||||
- docker, container, swarm, manager, raft
|
||||
title: Administer and maintain a swarm of Docker Engines
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: How swarm nodes work
|
||||
keywords: docker, container, cluster, swarm mode, node
|
||||
redirect_from:
|
||||
- /engine/swarm/how-swarm-mode-works/
|
||||
description: How swarm nodes work
|
||||
keywords:
|
||||
- docker, container, cluster, swarm mode, node
|
||||
title: How nodes work
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: How swarm mode services work
|
||||
keywords:
|
||||
- docker, container, cluster, swarm mode, node
|
||||
keywords: docker, container, cluster, swarm mode, node
|
||||
title: How services work
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Docker Engine swarm mode overview
|
||||
keywords:
|
||||
- docker, container, cluster, swarm
|
||||
keywords: docker, container, cluster, swarm
|
||||
title: Swarm mode overview
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Add worker and manager nodes to a swarm
|
||||
keywords:
|
||||
- guide, swarm mode, node
|
||||
keywords: guide, swarm mode, node
|
||||
title: Join nodes to a swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Introducing key concepts for Docker Engine swarm mode
|
||||
keywords:
|
||||
- docker, container, cluster, swarm mode
|
||||
keywords: docker, container, cluster, swarm mode
|
||||
title: Swarm mode key concepts
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Manage existing nodes in a swarm
|
||||
keywords:
|
||||
- guide, swarm mode, node
|
||||
keywords: guide, swarm mode, node
|
||||
title: Manage nodes in a swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Raft consensus algorithm in swarm mode
|
||||
keywords:
|
||||
- docker, container, cluster, swarm, raft
|
||||
keywords: docker, container, cluster, swarm, raft
|
||||
title: Raft consensus in swarm mode
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Run Docker Engine in swarm mode
|
||||
keywords:
|
||||
- guide, swarm mode, node
|
||||
keywords: guide, swarm mode, node
|
||||
title: Run Docker Engine in swarm mode
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Add nodes to the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm
|
||||
keywords: tutorial, cluster management, swarm
|
||||
title: Add nodes to the swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Initialize the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm mode
|
||||
keywords: tutorial, cluster management, swarm mode
|
||||
title: Create a swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Remove the service from the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm, service
|
||||
keywords: tutorial, cluster management, swarm, service
|
||||
title: Delete the service running on the swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Deploy a service to the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm mode
|
||||
keywords: tutorial, cluster management, swarm mode
|
||||
title: Deploy a service to the swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Drain nodes on the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm, service, drain
|
||||
keywords: tutorial, cluster management, swarm, service, drain
|
||||
title: Drain a node on the swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Getting Started tutorial for Docker Engine swarm mode
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm mode
|
||||
keywords: tutorial, cluster management, swarm mode
|
||||
title: Getting started with swarm mode
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Inspect the application
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm mode
|
||||
keywords: tutorial, cluster management, swarm mode
|
||||
title: Inspect a service on the swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Apply rolling updates to a service on the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm, service, rolling-update
|
||||
keywords: tutorial, cluster management, swarm, service, rolling-update
|
||||
title: Apply rolling updates to a service
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Scale the service running in the swarm
|
||||
keywords:
|
||||
- tutorial, cluster management, swarm mode, scale
|
||||
keywords: tutorial, cluster management, swarm mode, scale
|
||||
title: Scale the service in the swarm
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: How to work with Docker images.
|
||||
keywords: documentation, docs, the docker guide, docker guide, docker, docker platform, docker.io, Docker images, Docker image, image management, Docker repos, Docker repositories, docker, docker tag, docker tags, Docker Hub, collaboration
|
||||
redirect_from:
|
||||
- /engine/userguide/containers/dockerimages/
|
||||
- /engine/userguide/dockerimages/
|
||||
description: How to work with Docker images.
|
||||
keywords:
|
||||
- documentation, docs, the docker guide, docker guide, docker, docker platform, docker.io, Docker images, Docker image, image management, Docker repos, Docker repositories, docker, docker tag, docker tags, Docker Hub, collaboration
|
||||
title: Build your own images
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: A simple 'Hello world' exercise that introduced you to Docker.
|
||||
keywords: docker guide, docker, docker platform, how to, dockerize, dockerizing apps, dockerizing applications, container, containers
|
||||
redirect_from:
|
||||
- /engine/userguide/containers/dockerizing/
|
||||
- /engine/userguide/dockerizing/
|
||||
description: A simple 'Hello world' exercise that introduced you to Docker.
|
||||
keywords:
|
||||
- docker guide, docker, docker platform, how to, dockerize, dockerizing apps, dockerizing applications, container, containers
|
||||
title: Hello world in a container
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: Learn how to use the Docker Hub to manage Docker images and work flow
|
||||
keywords: repo, Docker Hub, Docker Hub, registry, index, repositories, usage, pull image, push image, image, documentation
|
||||
redirect_from:
|
||||
- /engine/userguide/containers/dockerrepos/
|
||||
- /engine/userguide/dockerrepos/
|
||||
description: Learn how to use the Docker Hub to manage Docker images and work flow
|
||||
keywords:
|
||||
- repo, Docker Hub, Docker Hub, registry, index, repositories, usage, pull image, push image, image, documentation
|
||||
title: Store images on Docker Hub
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: How to manage data inside your Docker containers.
|
||||
keywords: Examples, Usage, volume, docker, documentation, user guide, data, volumes
|
||||
redirect_from:
|
||||
- /engine/userguide/containers/dockervolumes/
|
||||
- /engine/userguide/dockervolumes/
|
||||
description: How to manage data inside your Docker containers.
|
||||
keywords:
|
||||
- Examples, Usage, volume, docker, documentation, user guide, data, volumes
|
||||
title: Manage data in containers
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: Explains how to work with containers
|
||||
keywords: docker, introduction, documentation, about, technology, docker.io, user, guide, user's, manual, platform, framework, home, intro
|
||||
redirect_from:
|
||||
- /engine/userguide/containers/
|
||||
description: Explains how to work with containers
|
||||
keywords:
|
||||
- docker, introduction, documentation, about, technology, docker.io, user, guide, user's, manual, platform, framework, home, intro
|
||||
---
|
||||
|
||||
# Learn by example
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
description: How to network Docker containers.
|
||||
keywords: Examples, Usage, volume, docker, documentation, user guide, data, volumes
|
||||
redirect_from:
|
||||
- /engine/userguide/containers/networkigncontainers/
|
||||
- /engine/userguide/networkigncontainers/
|
||||
description: How to network Docker containers.
|
||||
keywords:
|
||||
- Examples, Usage, volume, docker, documentation, user guide, data, volumes
|
||||
title: Network containers
|
||||
---
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
---
|
||||
description: Docker explained in depth
|
||||
keywords: docker, introduction, documentation, about, technology, understanding
|
||||
redirect_from:
|
||||
- /introduction/understanding-docker/
|
||||
- /engine/userguide/basics/
|
||||
- /engine/quickstart.md
|
||||
- /engine/introduction/understanding-docker/
|
||||
description: Docker explained in depth
|
||||
keywords:
|
||||
- docker, introduction, documentation, about, technology, understanding
|
||||
title: Docker Overview
|
||||
---
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue