Skip to content

Commit 990bf3f

Browse files
authored
Merge pull request #21072 from dvdksn/guides-shorter-summaries
guides shorter summaries
2 parents 7e48839 + ef0d03f commit 990bf3f

File tree

30 files changed

+35
-82
lines changed

30 files changed

+35
-82
lines changed

content/guides/cpp/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ linkTitle: C++
44
description: Containerize and develop C++ applications using Docker.
55
keywords: getting started, c++
66
summary: |
7-
This guide explains how to containerize C++ applications using Docker,
8-
covering how to build Docker images, manage dependencies, and deploy C++ apps
9-
efficiently in containers.
7+
This guide explains how to containerize C++ applications using Docker.
108
toc_min: 1
119
toc_max: 2
1210
aliases:

content/guides/databases.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ description: Learn how to run, connect to, and persist data in a local container
33
keywords: database, mysql
44
title: Use containerized databases
55
summary: |
6-
Learn how to effectively run and manage databases using Docker containers,
7-
with guides on setup, data persistence, networking, and best practices to
8-
streamline your development and deployment processes.
6+
Learn how to effectively run and manage databases as containers.
97
levels: [beginner]
108
subjects: [databases]
119
aliases:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
Learn how to build and deploy Docker images to the cloud with Docker Build
66
Cloud.
77
summary: |
8-
Create applications up to 39x faster using cloud-based resources, shared team
8+
Build applications up to 39x faster using cloud-based resources, shared team
99
cache, and native multi-architecture support.
1010
levels: [beginner]
1111
products: [dbc]

content/guides/docker-compose/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: Defining and running multi-container applications with Docker Compose
33
linkTitle: Docker Compose
4-
summary: Simplify the process of defining, configuring, and running multi-container Docker applications to enable efficient development, testing, and deployment.
4+
summary: |
5+
Simplify the process of defining, configuring, and running multi-container
6+
Docker applications.
57
description: Learn how to use Docker Compose to define and run multi-container Docker applications.
68
levels: [beginner]
79
products: [compose]

content/guides/docker-scout/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Securing your software supply chain with Docker Scout
33
linkTitle: Docker Scout
44
summary: |
55
Enhance container security by automating vulnerability detection and
6-
remediation, ensuring compliance, and protecting your development workflow.
6+
remediation.
77
description: |
88
Learn how to use Docker Scout to enhance container security by automating
99
vulnerability detection and remediation, ensuring compliance, and protecting

content/guides/dotnet/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: .NET language-specific guide
33
linkTitle: C# (.NET)
44
description: Containerize and develop .NET apps using Docker
5-
summary: Learn how to containerize .NET applications using Docker, including building, running, and deploying .NET apps in Docker containers, with best practices and step-by-step examples.
5+
summary: |
6+
Learn how to containerize .NET applications using Docker.
67
keywords: getting started, .net
78
aliases:
89
- /language/dotnet/

content/guides/genai-pdf-bot/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ title: PDF analysis and chat
33
description: Containerize generative AI (GenAI) apps using Docker
44
keywords: python, generative ai, genai, llm, neo4j, ollama, langchain
55
summary: |
6-
This guide explains how to build a PDF bot using Docker and generative AI,
7-
focusing on setting up a containerized environment for parsing PDF documents
8-
and generating intelligent responses based on the content.
6+
Learn how to build a PDF bot for parsing PDF documents and generating
7+
responses using Docker and generative AI.
98
levels: [beginner]
109
subjects: [ai]
1110
aliases:

content/guides/genai-video-bot/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ linkTitle: Video transcription and chat
44
description: Explore a generative AI video analysis app that uses Docker, OpenAI, and Pinecone.
55
keywords: python, generative ai, genai, llm, whisper, pinecone, openai, whisper
66
summary: |
7-
Learn how to build and deploy a generative AI video bot using Docker, with
8-
step-by-step instructions for setup, integration, and optimization to enhance
9-
your AI development projects.
7+
Learn how to build and deploy a generative AI video analysis and
8+
transcription bot using Docker.
109
subjects: [ai]
1110
levels: [beginner]
1211
aliases:

content/guides/golang/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ linkTitle: Go
44
description: Containerize Go apps using Docker
55
keywords: docker, getting started, go, golang, language, dockerfile
66
summary: |
7-
This guide teaches you how to containerize Go applications using Docker,
8-
covering image building, dependency management, multi-stage builds for
9-
smaller images, and best practices for deploying Go apps efficiently in
10-
containers.
7+
This guide teaches you how to containerize Go applications using Docker.
118
toc_min: 1
129
toc_max: 2
1310
aliases:

content/guides/java/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ linkTitle: Java
44
keywords: java, getting started
55
description: Containerize Java apps using Docker
66
summary: |
7-
This guide demonstrates how to containerize Java applications using Docker,
8-
covering image building, dependency management, optimizing image size with
9-
multi-stage builds, and best practices for deploying Java apps efficiently in
10-
containers.
7+
This guide demonstrates how to containerize Java applications using Docker.
118
toc_min: 1
129
toc_max: 2
1310
aliases:

0 commit comments

Comments
 (0)