Change A1 to Graviton instances

Change focus from legacy A1 EC2 instances to Graviton instances .
This commit is contained in:
Michael S. Fischer 2022-07-07 10:44:51 -07:00 committed by GitHub
parent 62b7e5949b
commit 2d55daa51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -153,9 +153,9 @@ Manifests:
``` ```
The image is now available on Docker Hub with the tag `username/demo:latest`. You 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 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. 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. You can also run images targeted for a different architecture on Docker Desktop.