Skip to content

Commit ea130d1

Browse files
committed
Added documentation for third-party Docker image
1 parent 96cc7b6 commit ea130d1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Diff for: docs/getting-started.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,22 @@ The following plugins are bundled with the Docker image:
7979

8080
The new image can be used exactly like the official image.
8181

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+
8295
### with git
8396

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
8598
repository into a subfolder of your project root which might be useful if you
8699
want to use the very latest version:
87100

@@ -96,4 +109,4 @@ from `git`, you must install all required dependencies yourself:
96109
pip install -r mkdocs-material/requirements.txt
97110
```
98111

99-
[11]: https://github.com/squidfunk/mkdocs-material
112+
[12]: https://github.com/squidfunk/mkdocs-material

0 commit comments

Comments
 (0)