From 2d55daa51e88fd4bfcd78a383133eec6c93489b6 Mon Sep 17 00:00:00 2001 From: "Michael S. Fischer" Date: Thu, 7 Jul 2022 10:44:51 -0700 Subject: [PATCH] Change A1 to Graviton instances Change focus from legacy A1 EC2 instances to Graviton instances . --- desktop/multi-arch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/multi-arch.md b/desktop/multi-arch.md index ed42c671d3..3911d2391c 100644 --- a/desktop/multi-arch.md +++ b/desktop/multi-arch.md @@ -153,9 +153,9 @@ Manifests: ``` The image is now available on Docker Hub with the tag `username/demo:latest`. You -can use this image to run a container on Intel laptops, Amazon EC2 A1 instances, +can use this image to run a container on Intel laptops, Amazon EC2 Graviton instances, Raspberry Pis, and on other architectures. Docker pulls the correct image for the -current architecture, so Raspberry Pis run the 32-bit Arm version and EC2 A1 +current architecture, so Raspberry Pis run the 32-bit Arm version and EC2 Graviton instances run 64-bit Arm. The SHA tags identify a fully qualified image variant. You can also run images targeted for a different architecture on Docker Desktop.