Skip to content

Commit 6dff6d8

Browse files
authored
Merge pull request #21226 from docker/published-update
publish updates from main
2 parents 5910bb2 + c17facc commit 6dff6d8

File tree

41 files changed

+85
-59
lines changed

Some content is hidden

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

41 files changed

+85
-59
lines changed

content/contribute/components/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can also make a badge a link.
1818

1919
### Usage guidelines
2020

21-
We use badges to indicate new content and product content in various stages of the release lifcycle:
21+
We use badges to indicate new content and product content in various stages of the release lifecycle:
2222

2323
- The violet badge to highlight new early access or experimental content
2424
- The blue badge to highlight beta content

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Demo: set up and use Docker Build Cloud in development"
3-
description: Learn how to use Docker Buld Cloud for local builds.
3+
description: Learn how to use Docker Build Cloud for local builds.
44
weight: 20
55
---
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Containerize a generative AI application
33
linkTitle: Containerize your app
44
weight: 10
5-
keywords: python, generative ai, genai, llm, neo4j, ollama, containerize, intitialize, langchain, openai
5+
keywords: python, generative ai, genai, llm, neo4j, ollama, containerize, initialize, langchain, openai
66
description: Learn how to containerize a generative AI (GenAI) application.
77
aliases:
88
- /guides/use-case/genai-pdf-bot/containerize/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ When running Ollama in a container, you should have a CUDA-supported GPU. While
106106
To run Ollama in a container and provide GPU access:
107107

108108
1. Install the prerequisites.
109-
- For Docker Engine on Linux, install the [NVIDIA Container Toolkilt](https://github.com/NVIDIA/nvidia-container-toolkit).
109+
- For Docker Engine on Linux, install the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit).
110110
- For Docker Desktop on Windows 10/11, install the latest [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) and make sure you are using the [WSL2 backend](/manuals/desktop/wsl/_index.md#turn-on-docker-desktop-wsl-2)
111111
2. Add the Ollama service and a volume in your `compose.yaml`. The following is
112112
the updated `compose.yaml`:

content/guides/java/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ RUN java -Djarmode=layertools -jar target/app.jar extract --destination target/e
153153
# The example below uses eclipse-turmin's JRE image as the foundation for running the app.
154154
# By specifying the "17-jre-jammy" tag, it will also use whatever happens to be the
155155
# most recent version of that tag when you build your Dockerfile.
156-
# If reproducability is important, consider using a specific digest SHA, like
156+
# If reproducibility is important, consider using a specific digest SHA, like
157157
# eclipse-temurin@sha256:99cede493dfd88720b610eb8077c8688d3cca50003d76d1d539b0efc8cca72b4.
158158
FROM eclipse-temurin:17-jre-jammy AS final
159159

content/guides/jupyter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ managed by Docker.
126126
When you remove a container, all data in that container is deleted. To save
127127
notebooks outside of the container, you can use a [volume](/engine/storage/volumes/).
128128

129-
### Run a JupterLab container with a volume
129+
### Run a JupyterLab container with a volume
130130

131131
To start the container with a volume, open a terminal and run the following command
132132

@@ -378,7 +378,7 @@ To share your image and data, you'll use [Docker Hub](https://hub.docker.com/).
378378
Other users can now download and run your image using the `docker run` command. They need to replace `YOUR-USER-NAME` with your Docker ID.
379379

380380
```console
381-
$ docker run --rm -p 8889:8888 YOUR-USER-NAME/my-jupyer-image start-notebook.py --NotebookApp.token='my-token'
381+
$ docker run --rm -p 8889:8888 YOUR-USER-NAME/my-jupyter-image start-notebook.py --NotebookApp.token='my-token'
382382
```
383383

384384
### Share your volume

content/guides/rag-ollama/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Containerize a RAG application
33
linkTitle: Containerize your app
44
weight: 10
5-
keywords: python, generative ai, genai, llm, ollama, containerize, intitialize, qdrant
5+
keywords: python, generative ai, genai, llm, ollama, containerize, initialize, qdrant
66
description: Learn how to containerize a RAG application.
77
aliases:
88
- /guides/use-case/rag-ollama/containerize/

content/guides/rust/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For the sample application, you'll use a variation of the backend from the react
147147
# The example below uses the debian bullseye image as the foundation for running the app.
148148
# By specifying the "bullseye-slim" tag, it will also use whatever happens to be the
149149
# most recent version of that tag when you build your Dockerfile. If
150-
# reproducability is important, consider using a digest
150+
# reproducibility is important, consider using a digest
151151
# (e.g., debian@sha256:ac707220fbd7b67fc19b112cee8170b41a9e97f703f588b2cdbbcdcecdd8af57).
152152
FROM debian:bullseye-slim AS final
153153

content/manuals/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ params:
3131
link: /extensions/
3232
services:
3333
- title: Docker Hub
34-
description: Discover, share, and integrate container images
34+
description: Discover, share, and integrate container images.
3535
icon: hub
3636
link: /docker-hub/
3737
- title: Docker Scout

content/manuals/build/bake/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Bake is an experimental feature, and we are looking for
1313

1414
{{% /experimental %}}
1515

16-
Bake is a feature of Docker Buildx that lets you define your build configuraton
16+
Bake is a feature of Docker Buildx that lets you define your build configuration
1717
using a declarative file, as opposed to specifying a complex CLI expression. It
1818
also lets you run multiple builds concurrently with a single invocation.
1919

0 commit comments

Comments
 (0)