@@ -10,13 +10,31 @@ Get started, make sure the the *bare-minimum* system requirements are met:
10
10
- Linux OS * (Windows with WSL or Docker Desktop can also be used)* .
11
11
12
12
::: tip
13
- The minimum requirements takes into consideration the overhead need to run the Docker engine.
14
- For enhanced performance, consider allocating ** 4GB RAM** and ** 4 vCPUs** * (or more)* , as these
15
- upgrades will contribute to improved overall system responsiveness and efficiency.
13
+ The minimum requirements takes into consideration the overhead need to run the Docker
14
+ engine.
15
+ For enhanced performance, consider allocating ** 4GB RAM** and ** 4 vCPUs** * (or more)* , as
16
+ these upgrades will contribute to improved overall system responsiveness and efficiency.
16
17
17
18
Although Windows OS can be used, Linux is the recommended choice for optimal use.
18
19
:::
19
20
21
+ ### ARM Architecture Support
22
+
23
+ ![ ARM] ( /icons/arm.svg ) {.doc-image width=150px}
24
+
25
+ We provide support for ** ARM** systems—such as Apple M-series * (M1, M2, etc.)* , NVIDIA's
26
+ Jetsons line, and Raspberry Pis.
27
+
28
+ If Docker detects an ARM-based host, it will automatically pull the appropriate
29
+ ARM-compatible image from our multi-architecture releases.
30
+
31
+ ::: tip
32
+ We only publish ARM-based images on specific tagged releases * (e.g., ` v0.0.x ` )* .
33
+ The ` latest ` tag does ** not** include ARM images.
34
+
35
+ To run on ARM, be sure to use a versioned tag.
36
+ :::
37
+
20
38
## Usage
21
39
22
40
### Basic
0 commit comments