From b9a290223d2bc3ef6d98ea4362275fafb898505b Mon Sep 17 00:00:00 2001
From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
Date: Mon, 9 Sep 2024 09:24:40 -0700
Subject: [PATCH] docker-build: update documentation link (#13643)
---
pages.de/common/docker-build.md | 2 +-
pages.fr/common/docker-build.md | 2 +-
pages.id/common/docker-build.md | 2 +-
pages.it/common/docker-build.md | 2 +-
pages.ja/common/docker-build.md | 2 +-
pages.ko/common/docker-build.md | 2 +-
pages.pt_BR/common/docker-build.md | 2 +-
pages.tr/common/docker-build.md | 2 +-
pages.zh/common/docker-build.md | 2 +-
pages/common/docker-build.md | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/pages.de/common/docker-build.md b/pages.de/common/docker-build.md
index 7b766044a5..bae96f4652 100644
--- a/pages.de/common/docker-build.md
+++ b/pages.de/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Baut ein Image aus einem Dockerfile.
-> Weitere Informationen: .
+> Weitere Informationen: .
- Baue ein Docker Image aus dem Dockerfile im aktuellen Verzeichnis:
diff --git a/pages.fr/common/docker-build.md b/pages.fr/common/docker-build.md
index 64b467379f..97d6dd9703 100644
--- a/pages.fr/common/docker-build.md
+++ b/pages.fr/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Construit une image à partir d'un Dockerfile.
-> Plus d'informations : .
+> Plus d'informations : .
- Construire une image Docker en utilisant le Dockerfile du répertoire courant :
diff --git a/pages.id/common/docker-build.md b/pages.id/common/docker-build.md
index d36520f92f..55ec60ba5c 100644
--- a/pages.id/common/docker-build.md
+++ b/pages.id/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Bangun sebuah image dari Dockerfile.
-> Informasi lebih lanjut: .
+> Informasi lebih lanjut: .
- Bangun sebuah image Docker meggunakan Dockerfile dalam direktori saat ini:
diff --git a/pages.it/common/docker-build.md b/pages.it/common/docker-build.md
index 597df87475..22e4783b1a 100644
--- a/pages.it/common/docker-build.md
+++ b/pages.it/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Crea un'immagine a partire da un Dockerfile. La creazione di un'immagine Docker è chiamata build.
-> Maggiori informazioni: .
+> Maggiori informazioni: .
- Crea un'immagine Docker usando il Dockerfile nella directory corrente:
diff --git a/pages.ja/common/docker-build.md b/pages.ja/common/docker-build.md
index 3b99846686..8435ced538 100644
--- a/pages.ja/common/docker-build.md
+++ b/pages.ja/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Dockerfileからイメージを構築します。
-> 詳しくはこちら:
+> 詳しくはこちら:
- カレントディレクトリ内のDockerfileを使ってDockerイメージを構築する:
diff --git a/pages.ko/common/docker-build.md b/pages.ko/common/docker-build.md
index 66824ab0d5..0c364e6cf0 100644
--- a/pages.ko/common/docker-build.md
+++ b/pages.ko/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> 도커파일로부터 이미지 빌드.
-> 더 많은 정보: .
+> 더 많은 정보: .
- 현재 디렉토리 안의 도커파일을 이용해 도커 이미지 빌드:
diff --git a/pages.pt_BR/common/docker-build.md b/pages.pt_BR/common/docker-build.md
index 694c654fb6..9b64876998 100644
--- a/pages.pt_BR/common/docker-build.md
+++ b/pages.pt_BR/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Cria uma imagem a partir de um Dockerfile.
-> Mais informações: .
+> Mais informações: .
- Cria uma imagem Docker usando o Dockerfile no diretório atual:
diff --git a/pages.tr/common/docker-build.md b/pages.tr/common/docker-build.md
index 387e8584b6..066e912e71 100644
--- a/pages.tr/common/docker-build.md
+++ b/pages.tr/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Bir Dockerfile'dan imge yaratın.
-> Daha fazla bilgi için: .
+> Daha fazla bilgi için: .
- Mevcut dizindeki Dockerfile'dan bir Docker imgesi oluşturun:
diff --git a/pages.zh/common/docker-build.md b/pages.zh/common/docker-build.md
index ef2e679a0c..c1a519a2fc 100644
--- a/pages.zh/common/docker-build.md
+++ b/pages.zh/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> 从 Dockerfile 打包镜像。
-> 更多信息:.
+> 更多信息:.
- 使用当前目录下的 Dockerfile 打包一个 Docker 镜像:
diff --git a/pages/common/docker-build.md b/pages/common/docker-build.md
index fd4f480cd6..77415bfcd9 100644
--- a/pages/common/docker-build.md
+++ b/pages/common/docker-build.md
@@ -1,7 +1,7 @@
# docker build
> Build an image from a Dockerfile.
-> More information: .
+> More information: .
- Build a Docker image using the Dockerfile in the current directory: