Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: correct typo in architecture name (amr64 -> arm64)
Signed-off-by: Harshit M <79850332+djharshit@users.noreply.github.com>
  • Loading branch information
djharshit authored Jan 13, 2025
commit ac8c686ee32da78d5a4c13cf3ba8b9be93516e6d
2 changes: 1 addition & 1 deletion docs/sources/send-data/docker-driver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading