Skip to content

Commit 201831f

Browse files
authored
Merge pull request #21282 from docker/published-update
publish updates from main
2 parents 796a36e + 4494558 commit 201831f

File tree

94 files changed

+352
-335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+352
-335
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# github.com/moby/buildkit v0.16.0
33
# github.com/docker/buildx v0.17.1
44
# github.com/docker/cli v27.3.2-0.20241008150905-cb3048fbebb1+incompatible
5-
# github.com/docker/compose/v2 v2.30.0
5+
# github.com/docker/compose/v2 v2.30.1
66
# github.com/docker/scout-cli v1.13.0

content/guides/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Guides
3-
keywords: Docker guides
2+
title: Docker guides
3+
linkTitle: Guides
44
description: Explore the Docker guides
55
params:
66
icon: developer_guide

content/guides/admin-set-up/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Set up your company for success with Docker
33
linkTitle: Admin set up
44
summary: Get the most out of Docker by streamlining workflows, standardizing development environments, and ensuring smooth deployments across your company.
5-
description: Learn how to onboard your company and take advantage of all of the Docker products and features.
6-
levels: [intermediate]
5+
description: Learn how to onboard your company and take advantage of all of the Docker products and features.
6+
tags: [admin]
77
params:
88
featured: true
9+
time: 20 minutes
910
image:
1011
resource_links:
1112
- title: Overview of Administration in Docker
@@ -66,4 +67,4 @@ By configuring Docker products to suit your company’s needs, you can optimize
6667

6768
## Tools integration
6869

69-
Okta, Entra ID SAML 2.0, Azure Connect (OIDC), MDM solutions like Intune
70+
Okta, Entra ID SAML 2.0, Azure Connect (OIDC), MDM solutions like Intune

content/guides/bake/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ description: >
55
Learn how to manage simple and complex build configurations with Buildx Bake.
66
summary: >
77
Learn to automate Docker builds and testing with declarative configurations using Buildx Bake.
8+
tags: [devops]
89
languages: [go]
9-
subjects: [devops]
10-
levels: [advanced]
1110
params:
1211
time: 30 minutes
1312
featured: true

content/guides/bun/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ title: Bun language-specific guide
55
summary: |
66
Learn how to containerize JavaScript applications with the Bun runtime.
77
linkTitle: Bun
8-
levels: [beginner]
98
languages: [js]
109
params:
1110
time: 10 minutes

content/guides/container-supported-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: |
55
Containers don't have to be just for your app. Learn how to run your app's dependent services and other debugging tools to enhance your development environment.
66
description: |
77
Use containers in your local development loop to develop and test faster… even if your main app isn't running in containers.
8-
levels: [beginner]
8+
tags: [app-dev]
99
params:
1010
image: images/learning-paths/container-supported-development.png
1111
time: 20 minutes
@@ -73,4 +73,4 @@ Once you start using containers in your development environment, it becomes much
7373

7474
{{< youtube-embed TCZX15aKSu4 >}}
7575

76-
<div id="lp-survey-anchor"></div>
76+
<div id="lp-survey-anchor"></div>

content/guides/cpp/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ aliases:
1111
- /language/cpp/
1212
- /guides/language/cpp/
1313
languages: [cpp]
14-
levels: [beginner]
1514
params:
1615
time: 10 minutes
1716
---

content/guides/databases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ keywords: database, mysql
44
title: Use containerized databases
55
summary: |
66
Learn how to effectively run and manage databases as containers.
7-
levels: [beginner]
8-
subjects: [databases]
7+
tags: [databases]
98
aliases:
109
- /guides/use-case/databases/
1110
params:

content/guides/docker-build-cloud/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ description: |
77
summary: |
88
Build applications up to 39x faster using cloud-based resources, shared team
99
cache, and native multi-architecture support.
10-
levels: [beginner]
11-
products: [dbc]
10+
tags: [product-demo]
1211
aliases:
1312
- /learning-paths/docker-build-cloud/
1413
params:

content/guides/docker-compose/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ summary: |
55
Simplify the process of defining, configuring, and running multi-container
66
Docker applications.
77
description: Learn how to use Docker Compose to define and run multi-container Docker applications.
8-
levels: [beginner]
9-
products: [compose]
8+
tags: [product-demo]
109
aliases:
1110
- /learning-paths/docker-compose/
1211
params:

0 commit comments

Comments
 (0)