mirror of https://github.com/docker/docs.git
Change A1 to Graviton instances
Change focus from legacy A1 EC2 instances to Graviton instances .
This commit is contained in:
parent
62b7e5949b
commit
2d55daa51e
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue