mirror of https://github.com/docker/docs.git
guides: shorten summaries
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
ca8db5d16c
commit
c8d77aeb2e
|
@ -4,9 +4,7 @@ linkTitle: C++
|
||||||
description: Containerize and develop C++ applications using Docker.
|
description: Containerize and develop C++ applications using Docker.
|
||||||
keywords: getting started, c++
|
keywords: getting started, c++
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to containerize C++ applications using Docker,
|
This guide explains how to containerize C++ applications using Docker.
|
||||||
covering how to build Docker images, manage dependencies, and deploy C++ apps
|
|
||||||
efficiently in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -3,9 +3,7 @@ description: Learn how to run, connect to, and persist data in a local container
|
||||||
keywords: database, mysql
|
keywords: database, mysql
|
||||||
title: Use containerized databases
|
title: Use containerized databases
|
||||||
summary: |
|
summary: |
|
||||||
Learn how to effectively run and manage databases using Docker containers,
|
Learn how to effectively run and manage databases as containers.
|
||||||
with guides on setup, data persistence, networking, and best practices to
|
|
||||||
streamline your development and deployment processes.
|
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
subjects: [databases]
|
subjects: [databases]
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -5,7 +5,7 @@ description: |
|
||||||
Learn how to build and deploy Docker images to the cloud with Docker Build
|
Learn how to build and deploy Docker images to the cloud with Docker Build
|
||||||
Cloud.
|
Cloud.
|
||||||
summary: |
|
summary: |
|
||||||
Create applications up to 39x faster using cloud-based resources, shared team
|
Build applications up to 39x faster using cloud-based resources, shared team
|
||||||
cache, and native multi-architecture support.
|
cache, and native multi-architecture support.
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
products: [dbc]
|
products: [dbc]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Defining and running multi-container applications with Docker Compose
|
title: Defining and running multi-container applications with Docker Compose
|
||||||
linkTitle: Docker Compose
|
linkTitle: Docker Compose
|
||||||
summary: Simplify the process of defining, configuring, and running multi-container Docker applications to enable efficient development, testing, and deployment.
|
summary: |
|
||||||
|
Simplify the process of defining, configuring, and running multi-container
|
||||||
|
Docker applications.
|
||||||
description: Learn how to use Docker Compose to define and run multi-container Docker applications.
|
description: Learn how to use Docker Compose to define and run multi-container Docker applications.
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
products: [compose]
|
products: [compose]
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Securing your software supply chain with Docker Scout
|
||||||
linkTitle: Docker Scout
|
linkTitle: Docker Scout
|
||||||
summary: |
|
summary: |
|
||||||
Enhance container security by automating vulnerability detection and
|
Enhance container security by automating vulnerability detection and
|
||||||
remediation, ensuring compliance, and protecting your development workflow.
|
remediation.
|
||||||
description: |
|
description: |
|
||||||
Learn how to use Docker Scout to enhance container security by automating
|
Learn how to use Docker Scout to enhance container security by automating
|
||||||
vulnerability detection and remediation, ensuring compliance, and protecting
|
vulnerability detection and remediation, ensuring compliance, and protecting
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
title: .NET language-specific guide
|
title: .NET language-specific guide
|
||||||
linkTitle: C# (.NET)
|
linkTitle: C# (.NET)
|
||||||
description: Containerize and develop .NET apps using Docker
|
description: Containerize and develop .NET apps using Docker
|
||||||
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.
|
summary: |
|
||||||
|
Learn how to containerize .NET applications using Docker.
|
||||||
keywords: getting started, .net
|
keywords: getting started, .net
|
||||||
aliases:
|
aliases:
|
||||||
- /language/dotnet/
|
- /language/dotnet/
|
||||||
|
|
|
@ -3,9 +3,8 @@ title: PDF analysis and chat
|
||||||
description: Containerize generative AI (GenAI) apps using Docker
|
description: Containerize generative AI (GenAI) apps using Docker
|
||||||
keywords: python, generative ai, genai, llm, neo4j, ollama, langchain
|
keywords: python, generative ai, genai, llm, neo4j, ollama, langchain
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to build a PDF bot using Docker and generative AI,
|
Learn how to build a PDF bot for parsing PDF documents and generating
|
||||||
focusing on setting up a containerized environment for parsing PDF documents
|
responses using Docker and generative AI.
|
||||||
and generating intelligent responses based on the content.
|
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,9 +4,8 @@ linkTitle: Video transcription and chat
|
||||||
description: Explore a generative AI video analysis app that uses Docker, OpenAI, and Pinecone.
|
description: Explore a generative AI video analysis app that uses Docker, OpenAI, and Pinecone.
|
||||||
keywords: python, generative ai, genai, llm, whisper, pinecone, openai, whisper
|
keywords: python, generative ai, genai, llm, whisper, pinecone, openai, whisper
|
||||||
summary: |
|
summary: |
|
||||||
Learn how to build and deploy a generative AI video bot using Docker, with
|
Learn how to build and deploy a generative AI video analysis and
|
||||||
step-by-step instructions for setup, integration, and optimization to enhance
|
transcription bot using Docker.
|
||||||
your AI development projects.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,10 +4,7 @@ linkTitle: Go
|
||||||
description: Containerize Go apps using Docker
|
description: Containerize Go apps using Docker
|
||||||
keywords: docker, getting started, go, golang, language, dockerfile
|
keywords: docker, getting started, go, golang, language, dockerfile
|
||||||
summary: |
|
summary: |
|
||||||
This guide teaches you how to containerize Go applications using Docker,
|
This guide teaches you how to containerize Go applications using Docker.
|
||||||
covering image building, dependency management, multi-stage builds for
|
|
||||||
smaller images, and best practices for deploying Go apps efficiently in
|
|
||||||
containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,10 +4,7 @@ linkTitle: Java
|
||||||
keywords: java, getting started
|
keywords: java, getting started
|
||||||
description: Containerize Java apps using Docker
|
description: Containerize Java apps using Docker
|
||||||
summary: |
|
summary: |
|
||||||
This guide demonstrates how to containerize Java applications using Docker,
|
This guide demonstrates how to containerize Java applications using Docker.
|
||||||
covering image building, dependency management, optimizing image size with
|
|
||||||
multi-stage builds, and best practices for deploying Java apps efficiently in
|
|
||||||
containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,10 +4,7 @@ keywords: getting started, jupyter, notebook, python, jupyterlab, data science
|
||||||
title: Data science with JupyterLab
|
title: Data science with JupyterLab
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to use Docker to run Jupyter notebooks, covering
|
Use Docker to run Jupyter notebooks.
|
||||||
image setup, container management, and best practices for creating
|
|
||||||
reproducible and isolated development environments for data science and
|
|
||||||
machine learning tasks.
|
|
||||||
languages: [python]
|
languages: [python]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
subjects: [data-science]
|
subjects: [data-science]
|
||||||
|
|
|
@ -4,9 +4,7 @@ keywords: kafka, container-supported development
|
||||||
title: Developing event-driven applications with Kafka and Docker
|
title: Developing event-driven applications with Kafka and Docker
|
||||||
linktitle: Event-driven apps with Kafka
|
linktitle: Event-driven apps with Kafka
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to run Apache Kafka in Docker containers, covering
|
This guide explains how to run Apache Kafka in Docker containers.
|
||||||
setup, configuring Kafka clusters, managing services, and optimizing
|
|
||||||
deployment for real-time data streaming in a containerized environment.
|
|
||||||
subjects: [distributed-systems]
|
subjects: [distributed-systems]
|
||||||
languages: [js]
|
languages: [js]
|
||||||
levels: [intermediate]
|
levels: [intermediate]
|
||||||
|
|
|
@ -6,9 +6,7 @@ aliases:
|
||||||
- /get-started/kube-deploy/
|
- /get-started/kube-deploy/
|
||||||
- /guides/deployment-orchestration/kube-deploy/
|
- /guides/deployment-orchestration/kube-deploy/
|
||||||
summary: |
|
summary: |
|
||||||
Learn how to deploy and orchestrate Docker containers using Kubernetes, with
|
Learn how to deploy and orchestrate Docker containers using Kubernetes.
|
||||||
step-by-step guidance on setup, configuration, and best practices to enhance
|
|
||||||
your application's scalability and reliability.
|
|
||||||
subjects: [deploy]
|
subjects: [deploy]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
params:
|
params:
|
||||||
|
|
|
@ -5,8 +5,7 @@ keywords: nlp, natural language processing, text summarization, python, language
|
||||||
description: Learn how to build and run a language translation application using Python, Googletrans, and Docker.
|
description: Learn how to build and run a language translation application using Python, Googletrans, and Docker.
|
||||||
summary: |
|
summary: |
|
||||||
This guide demonstrates how to use Docker to deploy language translation
|
This guide demonstrates how to use Docker to deploy language translation
|
||||||
models for NLP tasks, covering setup, container management, and running
|
models for NLP tasks.
|
||||||
translation services efficiently in a containerized environment.
|
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
languages: [python]
|
languages: [python]
|
||||||
|
|
|
@ -5,8 +5,7 @@ title: Develop and test AWS Cloud applications using LocalStack and Docker
|
||||||
linktitle: AWS development with LocalStack
|
linktitle: AWS development with LocalStack
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to use Docker to run LocalStack, a local AWS cloud
|
This guide explains how to use Docker to run LocalStack, a local AWS cloud
|
||||||
stack emulator, covering setup, managing cloud service emulation, and testing
|
stack emulator.
|
||||||
cloud-based applications locally in a containerized environment.
|
|
||||||
subjects: [cloud-services]
|
subjects: [cloud-services]
|
||||||
languages: [js]
|
languages: [js]
|
||||||
levels: [intermediate]
|
levels: [intermediate]
|
||||||
|
|
|
@ -5,9 +5,7 @@ keywords: nlp, natural language processing, named entity recognition, python, sp
|
||||||
description: Learn how to build and run a named entity recognition application using Python, spaCy, and Docker.
|
description: Learn how to build and run a named entity recognition application using Python, spaCy, and Docker.
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to containerize named entity recognition (NER) models
|
This guide explains how to containerize named entity recognition (NER) models
|
||||||
using Docker, detailing environment setup for large-scale data processing,
|
using Docker.
|
||||||
optimizing NER model deployment, and managing high-performance containerized
|
|
||||||
NLP workflows.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
languages: [python]
|
languages: [python]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
|
|
|
@ -4,10 +4,7 @@ linkTitle: Node.js
|
||||||
description: Containerize and develop Node.js apps using Docker
|
description: Containerize and develop Node.js apps using Docker
|
||||||
keywords: getting started, node, node.js
|
keywords: getting started, node, node.js
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to containerize Node.js applications using Docker,
|
This guide explains how to containerize Node.js applications using Docker.
|
||||||
covering image building, dependency management, optimizing image size with
|
|
||||||
multi-stage builds, and best practices for deploying Node.js apps efficiently
|
|
||||||
in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -6,9 +6,7 @@ aliases:
|
||||||
- /get-started/orchestration/
|
- /get-started/orchestration/
|
||||||
- /guides/deployment-orchestration/orchestration/
|
- /guides/deployment-orchestration/orchestration/
|
||||||
summary: |
|
summary: |
|
||||||
Explore the essentials of container orchestration with Docker, including key
|
Explore the essentials of container orchestration with Docker.
|
||||||
concepts, tools like Kubernetes and Docker Swarm, and practical guides to
|
|
||||||
efficiently deploy and manage your applications.
|
|
||||||
subjects: [deploy]
|
subjects: [deploy]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
params:
|
params:
|
||||||
|
|
|
@ -4,9 +4,7 @@ linkTitle: PHP
|
||||||
description: Containerize and develop PHP apps using Docker
|
description: Containerize and develop PHP apps using Docker
|
||||||
keywords: getting started, php, composer
|
keywords: getting started, php, composer
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to containerize PHP applications using Docker,
|
This guide explains how to containerize PHP applications using Docker.
|
||||||
covering image building, dependency management, optimizing image size, and
|
|
||||||
best practices for deploying PHP apps efficiently in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,9 +4,7 @@ linkTitle: Python
|
||||||
description: Containerize Python apps using Docker
|
description: Containerize Python apps using Docker
|
||||||
keywords: Docker, getting started, Python, language
|
keywords: Docker, getting started, Python, language
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to containerize Python applications using Docker,
|
This guide explains how to containerize Python applications using Docker.
|
||||||
covering image building, dependency management, optimizing image size, and
|
|
||||||
best practices for deploying Python apps efficiently in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,9 +4,7 @@ linkTitle: R
|
||||||
description: Containerize R apps using Docker
|
description: Containerize R apps using Docker
|
||||||
keywords: Docker, getting started, R, language
|
keywords: Docker, getting started, R, language
|
||||||
summary: |
|
summary: |
|
||||||
This guide details how to containerize R applications using Docker, covering
|
This guide details how to containerize R applications using Docker.
|
||||||
image building, dependency management, optimizing image size, and best
|
|
||||||
practices for deploying R applications efficiently in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -5,9 +5,7 @@ title: Build a RAG application using Ollama and Docker
|
||||||
linkTitle: RAG Ollama application
|
linkTitle: RAG Ollama application
|
||||||
summary: |
|
summary: |
|
||||||
This guide demonstrates how to use Docker to deploy Retrieval-Augmented
|
This guide demonstrates how to use Docker to deploy Retrieval-Augmented
|
||||||
Generation (RAG) models with Ollama, covering environment setup for
|
Generation (RAG) models with Ollama.
|
||||||
integrating retrieval systems with generative AI models, and optimizing the
|
|
||||||
workflow for scalable, containerized deployments.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -5,8 +5,7 @@ description: Containerize Ruby on Rails apps using Docker
|
||||||
keywords: Docker, getting started, ruby, language
|
keywords: Docker, getting started, ruby, language
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to containerize Ruby on Rails applications using
|
This guide explains how to containerize Ruby on Rails applications using
|
||||||
Docker, covering image building, dependency management, optimizing image
|
Docker.
|
||||||
size, and best practices for deploying Ruby apps efficiently in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -4,9 +4,7 @@ linkTitle: Rust
|
||||||
description: Containerize Rust apps using Docker
|
description: Containerize Rust apps using Docker
|
||||||
keywords: Docker, getting started, Rust, language
|
keywords: Docker, getting started, Rust, language
|
||||||
summary: |
|
summary: |
|
||||||
This guide covers how to containerize Rust applications using Docker,
|
This guide covers how to containerize Rust applications using Docker.
|
||||||
focusing on building images, managing dependencies, employing multi-stage
|
|
||||||
builds, and optimizing for efficient deployment in containers.
|
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -5,9 +5,7 @@ keywords: nlp, natural language processing, sentiment analysis, python, nltk
|
||||||
description: Learn how to build and run a sentiment analysis application using Python, NLTK, and Docker.
|
description: Learn how to build and run a sentiment analysis application using Python, NLTK, and Docker.
|
||||||
summary: |
|
summary: |
|
||||||
This guide demonstrates how to containerize sentiment analysis models using
|
This guide demonstrates how to containerize sentiment analysis models using
|
||||||
Docker, focusing on setting up robust environments for processing text data,
|
Docker.
|
||||||
streamlining model deployment, and handling real-time sentiment
|
|
||||||
classification efficiently.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
languages: [python]
|
languages: [python]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
|
|
|
@ -7,9 +7,7 @@ aliases:
|
||||||
- /get-started/swarm-deploy/
|
- /get-started/swarm-deploy/
|
||||||
- /guides/deployment-orchestration/swarm-deploy/
|
- /guides/deployment-orchestration/swarm-deploy/
|
||||||
summary: |
|
summary: |
|
||||||
Discover how to deploy and manage Docker containers using Docker Swarm, with
|
Discover how to deploy and manage Docker containers using Docker Swarm.
|
||||||
step-by-step guides on setup, scaling, networking, and best practices for
|
|
||||||
efficient container orchestration.
|
|
||||||
subjects: [deploy]
|
subjects: [deploy]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
params:
|
params:
|
||||||
|
|
|
@ -3,9 +3,7 @@ description: Learn how to deploy pre-trained models in a TensorFlow.js web appli
|
||||||
keywords: tensorflow.js, machine learning, ml, mediapipe, blazeface, face detection
|
keywords: tensorflow.js, machine learning, ml, mediapipe, blazeface, face detection
|
||||||
title: Face detection with TensorFlow.js
|
title: Face detection with TensorFlow.js
|
||||||
summary: |
|
summary: |
|
||||||
This guide explains how to run TensorFlow.js in Docker containers, covering
|
This guide explains how to run TensorFlow.js in Docker containers.
|
||||||
setup, container management, and deploying machine learning models in
|
|
||||||
web-based environments using TensorFlow.js.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
languages: [js]
|
languages: [js]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
|
|
|
@ -5,9 +5,7 @@ keywords: nlp, natural language processing, sentiment analysis, python, nltk, sc
|
||||||
description: Learn how to build and run a text recognition application using Python, NLTK, scikit-learn, and Docker.
|
description: Learn how to build and run a text recognition application using Python, NLTK, scikit-learn, and Docker.
|
||||||
summary: |
|
summary: |
|
||||||
This guide details how to containerize text classification models using
|
This guide details how to containerize text classification models using
|
||||||
Docker, focusing on configuring the environment, optimizing performance, and
|
Docker.
|
||||||
running classification tasks for large datasets with reproducibility and
|
|
||||||
scalability.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
languages: [python]
|
languages: [python]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
|
|
|
@ -4,10 +4,7 @@ linkTitle: Text summarization
|
||||||
keywords: nlp, natural language processing, text summarization, python, bert extractive summarizer
|
keywords: nlp, natural language processing, text summarization, python, bert extractive summarizer
|
||||||
description: Learn how to build and run a text summarization application using Python, Bert Extractive Summarizer, and Docker.
|
description: Learn how to build and run a text summarization application using Python, Bert Extractive Summarizer, and Docker.
|
||||||
summary: |
|
summary: |
|
||||||
This guide shows how to containerize text summarization models with Docker,
|
This guide shows how to containerize text summarization models with Docker.
|
||||||
covering the setup of efficient environments for processing large documents,
|
|
||||||
optimizing model performance, and managing resource-intensive NLP tasks in
|
|
||||||
scalable containers.
|
|
||||||
subjects: [ai]
|
subjects: [ai]
|
||||||
languages: [python]
|
languages: [python]
|
||||||
levels: [beginner]
|
levels: [beginner]
|
||||||
|
|
Loading…
Reference in New Issue