Skip to content

Commit 04bcc07

Browse files
authored
Merge pull request #20601 from dvdksn/fix-redirect-overage
redirect: fix overage issue
2 parents 17b898b + bc756a7 commit 04bcc07

File tree

24 files changed

+7
-915
lines changed

24 files changed

+7
-915
lines changed

content/admin/organization/orgs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ keywords: Docker, docker, registry, teams, organizations, plans, Dockerfile, Doc
44
Hub, docs, documentation
55
title: Create your organization
66
aliases:
7-
- /docker-cloud/orgs/
87
- /docker-hub/orgs/
98
---
109

content/build-cloud/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Docker Build Cloud
33
description: Find documentation on Docker Build Cloud to help you build your container images faster, both locally and in CI
44
keywords: build, cloud, cloud build, remote builder
55
aliases:
6-
- /build/hydrobuild/
76
- /build/cloud/faq/
87
- /build/cloud/
98
---

content/build-cloud/ci.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Use Docker Build Cloud in CI
33
description: Speed up your continuous integration pipelines with Docker Build Cloud in CI
44
keywords: build, cloud build, ci, gha, gitlab, buildkite, jenkins, circle ci
55
aliases:
6-
- /hydrobuild/ci/
76
- /build/cloud/ci/
87
---
98

content/build-cloud/optimization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Optimize for building in the cloud
33
description: Building remotely is different from building locally. Here's how to optimize for remote builders.
44
keywords: build, cloud build, optimize, remote, local, cloud
55
aliases:
6-
- /hydrobuild/optimization/
76
- /build/cloud/optimization/
87
---
98

content/build-cloud/setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Docker Build Cloud setup
33
description: How to get started with Docker Build Cloud
44
keywords: build, cloud build
55
aliases:
6-
- /hydrobuild/setup/
76
- /build/cloud/setup/
87
---
98

content/build-cloud/usage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Building with Docker Build Cloud
33
description: Invoke your cloud builds with the Buildx CLI client
44
keywords: build, cloud build, usage, cli, buildx, client
55
aliases:
6-
- /hydrobuild/usage/
76
- /build/cloud/usage/
87
---
98

content/build/building/best-practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ tags: [Best practices]
66
aliases:
77
- /articles/dockerfile_best-practices/
88
- /engine/articles/dockerfile_best-practices/
9-
- /docker-cloud/getting-started/intermediate/optimize-dockerfiles/
10-
- /docker-cloud/tutorials/optimize-dockerfiles/
119
- /engine/userguide/eng-image/dockerfile_best-practices/
1210
- /develop/develop-images/dockerfile_best-practices/
1311
- /develop/develop-images/guidelines/

content/desktop/previous-versions/2.x-mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Note that you must sign in and create a Docker ID in order to download Docker De
339339
340340
Docker Desktop Community 2.1.0.0 contains the following experimental features.
341341

342-
* Docker App: Docker App is a CLI plugin that helps configure, share, and install applications. For more information, see [Working with Docker App](/app/working-with-app/).
342+
* Docker App: Docker App is a CLI plugin that helps configure, share, and install applications.
343343
* Docker Buildx: Docker Buildx is a CLI plugin for extended build capabilities with BuildKit. For more information, see the [Build page](../../build/index.md).
344344

345345
### Bug fixes and minor changes
@@ -412,4 +412,4 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features.
412412
- VPNKit: Improved scalability of port forwarding. Related to [docker/for-mac#2841](https://github.com/docker/for-mac/issues/2841)
413413
- VPNKit: Limit the size of the UDP NAT table. This ensures port forwarding and regular TCP traffic continue even when running very chatty UDP protocols.
414414
- Ensure Kubernetes can be installed when using a non-default internal IP subnet.
415-
- Fix panic in diagnose
415+
- Fix panic in diagnose

content/desktop/previous-versions/2.x-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Note that you must sign in and create a Docker ID in order to download Docker De
467467
468468
Docker Desktop Community 2.1.0.0 contains the following experimental features:
469469

470-
* Docker App: Docker App is a CLI plugin that helps configure, share, and install applications. For more information, see [Working with Docker App](/app/working-with-app/).
470+
* Docker App: Docker App is a CLI plugin that helps configure, share, and install applications.
471471
* Docker Buildx: Docker Buildx is a CLI plugin for extended build capabilities with BuildKit. For more information, see the [Build page](../../build/index.md).
472472

473473
### Bug fixes and minor changes
@@ -558,4 +558,4 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features:
558558
- LCOW does not need --platform flag on multi-arch images any more
559559
- Disk size can now be adjusted from 32GiB to drive space.
560560
- Fix dns update too verbose in logs
561-
- Fix panic in diagnose
561+
- Fix panic in diagnose

content/docker-hub/builds/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ keywords: automated, build, images, Docker Hub
44
title: Set up Automated Builds
55
aliases:
66
- /docker-hub/builds/automated-build/
7-
- /docker-cloud/feature-reference/automated-build/
8-
- /docker-cloud/builds/automated-build/
9-
- /docker-cloud/builds/
107
- /docker-hub/builds/classic/
118
---
129

@@ -298,4 +295,4 @@ variable to automated builds associated with the account. For more information,
298295
- [Customize your build process](advanced.md) with environment variables, hooks, and more
299296
- [Add automated tests](automated-testing.md)
300297
- [Manage your builds](manage-builds.md)
301-
- [Troubleshoot](troubleshoot.md)
298+
- [Troubleshoot](troubleshoot.md)

0 commit comments

Comments
 (0)