You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webpage/docs/installation/docker-images.md
+36-13
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,42 @@ docker run \
156
156
See [neko-apps](https://github.com/m1k1o/neko-apps) repository for more applications.
157
157
:::
158
158
159
+
160
+
## Supported Architectures {#arch}
161
+
162
+
Neko Docker images are built with docker buildx and are available for multiple architectures. The following architectures are supported by the base image:
-`linux/arm64` - 64-bit ARM architecture (e.g., Raspberry Pi 4, Apple M1/M2).
166
+
-`linux/arm/v7` - 32-bit ARM architecture (e.g., Raspberry Pi 3, Raspberry Pi Zero).
167
+
168
+
### Availability Matrix {#availability}
169
+
170
+
The availability of applications for ARM architecture is limited due to the lack of support for some applications. The following table shows the availability of each application for each architecture. The `✅` symbol indicates that the application is available for that architecture, while the `❌` symbol indicates that it is not available.
[Oracle Cloud ARM free tier](https://www.oracle.com/cloud/free/) is a great way to test Neko on ARM architecture for free. You can use the `ghcr.io/m1k1o/neko/xfce` image to run a full desktop environment with Xfce and test the applications.
193
+
:::
194
+
159
195
## Available Flavors {#flavors}
160
196
161
197
:::danger Keep in Mind
@@ -165,26 +201,13 @@ Currently the focus is on AMD64 & CPU image (wihout any flavor). So the flavor i
165
201
166
202
The following flavors are available for Neko Docker images:
167
203
168
-
-`arm` - ARM64 and ARMv7 architecture support.
169
204
-`nvidia` - NVIDIA GPU support.
170
205
-`intel` - Intel GPU support.
171
206
172
207
:::note
173
208
Not all flavors are available for all applications. Since not all applications support ARM architecture or GPU acceleration, the flavors are only available where they make sense.
174
209
:::
175
210
176
-
### ARM {#arm}
177
-
178
-
For ARM-based images (like Raspberry Pi - with GPU hardware acceleration, [Oracle Cloud ARM free tier](https://www.oracle.com/cloud/free/)). Currently, not all images are available for ARM, because not all applications are available for ARM. Please use the images below:
0 commit comments