From 2460e47051fc21f958673a888d8e5ab4b58466b5 Mon Sep 17 00:00:00 2001 From: Harshit M <79850332+djharshit@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:49:26 +0530 Subject: [PATCH] fix: correct typo in architecture name (amr64 -> arm64) (#15707) Signed-off-by: Harshit M <79850332+djharshit@users.noreply.github.com> (cherry picked from commit 068f81d91d12b6faa38c2e98e4f53b8214cc4b5f) --- docs/sources/send-data/docker-driver/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/docker-driver/_index.md b/docs/sources/send-data/docker-driver/_index.md index d6cdb3133c187..18ed7aae325f7 100644 --- a/docs/sources/send-data/docker-driver/_index.md +++ b/docs/sources/send-data/docker-driver/_index.md @@ -31,7 +31,7 @@ docker plugin install grafana/loki-docker-driver:3.3.2-arm64 --alias loki --gran ``` {{< admonition type="note" >}} -Add `-arm64` to the image tag for AMR64 hosts. +Add `-arm64` to the image tag for ARM64 hosts. {{< /admonition >}} To check installed plugins, use the `docker plugin ls` command.