Skip to content

Commit 32d6ee6

Browse files
committed
💪 Add support for ARM architecture
1 parent 11305da commit 32d6ee6

File tree

3 files changed

+347
-326
lines changed

3 files changed

+347
-326
lines changed

‎docs/pages/getting-started.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,31 @@ Get started, make sure the the *bare-minimum* system requirements are met:
1010
- Linux OS *(Windows with WSL or Docker Desktop can also be used)*.
1111

1212
::: 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.
1617

1718
Although Windows OS can be used, Linux is the recommended choice for optimal use.
1819
:::
1920

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+
2038
## Usage
2139

2240
### Basic

‎docs/public/icons/arm.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)