Skip to content

Commit

Permalink
Sync from docker/docs@6ee0567 by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed May 3, 2024
1 parent aab5701 commit 4bdb3ae
Show file tree
Hide file tree
Showing 31 changed files with 20 additions and 47 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Home
description: Home page for Docker's documentation
description: Docker Documentation is the official Docker library of resources, manuals, and guides to help you containerize applications.
keywords: Docker, documentation, manual, guide, reference, api, samples
grid:
- title: Docker Desktop
Expand Down
2 changes: 1 addition & 1 deletion content/admin/company/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Learn about managing companies.
description: Learn about managing companies in Docker including how they relate to organizations, their key features, and more
keywords: company, multiple organizations, manage companies
title: Overview
grid:
Expand Down
2 changes: 1 addition & 1 deletion content/admin/organization/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Learn about organizations.
description: Learn about managing organizations in Docker including how they relate to teams, how to onboard, and more
keywords: organizations, admin, overview
title: Organization administration overview
grid:
Expand Down
2 changes: 1 addition & 1 deletion content/build/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Overview of Docker Build
description: Introduction and overview of Docker Build
description: Get an overview of Docker Build to package and bundle your code and ship it anywhere
keywords: build, buildx, buildkit
grid:
- title: Packaging your software
Expand Down
1 change: 1 addition & 0 deletions content/build/building/packaging.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Packaging your software
description: Learn about Dockerfiles and how to use them with Docker Images to build and package your software
keywords: build, buildx, buildkit, getting started, dockerfile
aliases:
- /build/hellobuild/
Expand Down
2 changes: 1 addition & 1 deletion content/build/cloud/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Docker Build Cloud
description: Get started with Docker Build Cloud
description: Find documentation on Docker Build Cloud to help you build your container images faster, both locally and in CI
keywords: build, cloud, cloud build, remote builder
aliases:
- /build/hydrobuild/
Expand Down
2 changes: 1 addition & 1 deletion content/build/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Build release notes
description: Release notes for Buildx
description: Learn about the new features, bug fixes, and breaking changes for the newest Buildx release
keywords: build, buildx, buildkit, release notes
tags: [Release notes]
toc_max: 2
Expand Down
2 changes: 0 additions & 2 deletions content/compose/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ aliases:
- /compose/completion/
---

{{< include "compose-eol.md" >}}

Docker Compose is a tool for defining and running multi-container applications.
It is the key to unlocking a streamlined and efficient development and deployment experience.

Expand Down
2 changes: 0 additions & 2 deletions content/compose/environment-variables/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Explainer on the ways to set, use and manage environment variables
keywords: compose, orchestration, environment, env file
---

{{< include "compose-eol.md" >}}

Use environment variables to pass configuration information to containers at runtime.

Environment variables are key-value pairs that contain data that can be used by processes running inside a Docker container. They are often used to configure application settings and other parameters that may vary between different environments, such as development, testing, and production.
Expand Down
2 changes: 0 additions & 2 deletions content/compose/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: Compose FAQs
tags: [FAQ]
---

{{< include "compose-eol.md" >}}

### What is the difference between `docker compose` and `docker-compose`

Version one of the Docker Compose command-line binary was first released in 2014. It was written in Python, and is invoked with `docker-compose`. Typically, Compose V1 projects include a top-level version element in the compose.yml file, with values ranging from 2.0 to 3.8, which refer to the specific file formats.
Expand Down
2 changes: 0 additions & 2 deletions content/compose/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ aliases:
- /compose/install/compose-desktop/
---

{{< include "compose-eol.md" >}}

This page contains summary information about the available options for installing Docker Compose.

## Installation scenarios
Expand Down
2 changes: 0 additions & 2 deletions content/compose/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ aliases:
- /compose/compose-linux/
---

{{< include "compose-eol.md" >}}

On this page you can find instructions on how to install the Compose plugin on Linux from the command line.

To install the Compose plugin on Linux, you can either:
Expand Down
2 changes: 0 additions & 2 deletions content/compose/install/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ aliases:
- /compose/install/other
---

{{< include "compose-eol.md" >}}

On this page you can find instructions on how to install Compose standalone on Linux or Windows Server, from the command line.

### On Linux
Expand Down
2 changes: 0 additions & 2 deletions content/compose/intro/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ aliases:
- /compose/history/
---

{{< include "compose-eol.md" >}}

This page provides:
- A brief history of the development of the Docker Compose CLI
- A clear explanation of the major versions and file formats that make up Compose V1 and Compose V2
Expand Down
2 changes: 0 additions & 2 deletions content/compose/multiple-compose-files/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ keywords: compose, compose file, merge, extends, include, docker compose, -f fla
title: Overview
---

{{< include "compose-eol.md" >}}

This section contains information on the ways you can work with multiple Compose files.

Using multiple Compose files lets you customize a Compose application for different environments or workflows. This is useful for large applications that may use dozens of containers, with ownership distributed across multiple teams. For example, if your organization or team uses a monorepo, each team may have their own “local” Compose file to run a subset of the application. They then need to rely on other teams to provide a reference Compose file that defines the expected way to run their own subset. Complexity moves from the code in to the infrastructure and the configuration file.
Expand Down
2 changes: 0 additions & 2 deletions content/compose/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ keywords: compose, orchestration, containers, production
title: Use Compose in production
---

{{< include "compose-eol.md" >}}

When you define your app with Compose in development, you can use this
definition to run your application in different environments such as CI,
staging, and production.
Expand Down
2 changes: 0 additions & 2 deletions content/compose/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ aliases:
- /compose/reference/overview/
---

{{< include "compose-eol.md" >}}

This page provides usage information for the `docker compose` command.

## Command options overview and help
Expand Down
4 changes: 1 addition & 3 deletions content/compose/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
title: Docker Compose release notes
description: Release notes for Docker Compose
description: Learn about the new features, bug fixes, and breaking changes for the newest Docker Compose release
keywords: release notes, compose
tags: [Release notes]
toc_max: 2
aliases:
- /release-notes/docker-compose/
---

{{< include "compose-eol.md" >}}

For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).

## 2.27.0
Expand Down
2 changes: 0 additions & 2 deletions content/compose/startup-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: Control startup and shutdown order in Compose
notoc: true
---

{{< include "compose-eol.md" >}}

You can control the order of service startup and shutdown with the
[depends_on](compose-file/05-services.md#depends_on) attribute. Compose always starts and stops
containers in dependency order, where dependencies are determined by
Expand Down
3 changes: 1 addition & 2 deletions content/desktop/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: Explore more of Docker Desktop, what it has to offer, and its key features.
Take the next step by downloading or find additional resources.
description: Explore Docker Desktop, what it has to offer, and its key features. Take the next step by downloading or find additional resources
keywords: how to use docker desktop, what is docker desktop used for, what does docker
desktop do, using docker desktop
title: Overview of Docker Desktop
Expand Down
2 changes: 1 addition & 1 deletion content/desktop/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Release notes for Docker Desktop for Mac, Linux, and Windows
description: Find the Docker Desktop release notes for Mac, Linux, and Windows.
keywords: Docker desktop, release notes, linux, mac, windows
title: Docker Desktop release notes
tags: [Release notes]
Expand Down
2 changes: 1 addition & 1 deletion content/desktop/use-desktop/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Understand what you can do with Docker Dashboard
description: Learn how to use the Docker Dashboard within Docker Desktop, including Quick search, the Docker menu, and more
keywords: Docker Dashboard, manage, containers, gui, dashboard, images, user manual,
whale menu
title: Explore Docker Desktop
Expand Down
3 changes: 1 addition & 2 deletions content/docker-hub/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: Learn about Docker Hub features and the administrative tasks available
in Docker Hub
description: Find a comprehensive overview of Docker Hub, including its features, administrative settings, how to get started quickly, and more
keywords: Docker, docker, docker hub, hub, repositories, docker account
title: Overview of Docker Hub
grid:
Expand Down
2 changes: 1 addition & 1 deletion content/docker-id/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Learn how to register for a Docker ID and log in to your account
description: Learn how to register for a Docker ID and sign in to your account
keywords: accounts, docker ID, billing, paid plans, support, Hub, Store, Forums, knowledge
base, beta access, email, activation, verification
title: Create an account
Expand Down
2 changes: 1 addition & 1 deletion content/engine/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Engine
description: Find a comprehensive overview of Docker Engine, including how to install, storage details, networking, and more
keywords: Engine
title: Docker Engine overview
grid:
Expand Down
2 changes: 1 addition & 1 deletion content/guides/get-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview of get started
keywords: get started, quick start, intro, concepts
description: Learn how to get started with Docker and Docker Desktop
description: Find quick, hands-on guides on containerization concepts and how to use Docker Desktop
aliases:
- /guides/walkthroughs/

Expand Down
2 changes: 1 addition & 1 deletion content/manuals.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manuals
description: Explore the Docker product user manuals
description: Learn how to install, set up, configure, and use Docker products with this collection of user guides
keywords: docker, docs, manuals, products, user guides, how-to
notoc: true
skip_read_time: true
Expand Down
3 changes: 1 addition & 2 deletions content/reference/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Reference documentation
description: This section includes the reference documentation for the Docker platform’s
various APIs, CLIs, and file formats.
description: Find reference documentation for the Docker platform’s various APIs, CLIs, and file formats
notoc: true
grid_files:
- title: Dockerfile
Expand Down
3 changes: 1 addition & 2 deletions content/scout/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: Docker Scout
keywords: scout, supply chain, vulnerabilities, packages, cves, scan, analysis, analyze
description:
Docker Scout analyzes your images to help you understand their dependencies
and potential vulnerabilities
Get an overview on Docker Scout to proactively enhance your software supply chain security
aliases:
- /atomist/
- /atomist/try-atomist/
Expand Down
2 changes: 1 addition & 1 deletion content/trusted-content/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Trusted content
description: Optimize your development workflow with secure base images
description: Optimize your development workflow with secure base images from our selection of trusted content
keywords: doi, dvp, dsos, open source, security, base images
grid:
- title: Docker Official Images
Expand Down
2 changes: 1 addition & 1 deletion content/trusted-content/official-images/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Overview of Docker Official Images
description: Get an overview on Docker Official Images, what they are, and how they differ from other images available on Docker Hub
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs,
official,image, documentation
title: Docker Official Images
Expand Down

0 comments on commit 4bdb3ae

Please sign in to comment.