File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,22 @@ The following plugins are bundled with the Docker image:
79
79
80
80
The new image can be used exactly like the official image.
81
81
82
+ !!! info ":material-apple: Apple Silicon (M1) and :fontawesome-brands-raspberry-pi: Raspberry Pi"
83
+
84
+ The official Docker image is only available for `linux/amd64`. We recommend
85
+ the [third-party image][11] by @afritzler if you want to run Material for
86
+ MkDocs via Docker on `arm64` or `armv7`, as it is automatically built on
87
+ every release:
88
+
89
+ ```
90
+ docker pull ghcr.io/afritzler/mkdocs-material
91
+ ```
92
+
93
+ [ 11 ] : https://github.com/afritzler/mkdocs-material
94
+
82
95
### with git
83
96
84
- Material for MkDocs can be directly used from [ GitHub] [ 11 ] by cloning the
97
+ Material for MkDocs can be directly used from [ GitHub] [ 12 ] by cloning the
85
98
repository into a subfolder of your project root which might be useful if you
86
99
want to use the very latest version:
87
100
@@ -96,4 +109,4 @@ from `git`, you must install all required dependencies yourself:
96
109
pip install -r mkdocs-material/requirements.txt
97
110
```
98
111
99
- [ 11 ] : https://github.com/squidfunk/mkdocs-material
112
+ [ 12 ] : https://github.com/squidfunk/mkdocs-material
You can’t perform that action at this time.
0 commit comments