We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897231d commit 7a3ae34Copy full SHA for 7a3ae34
docs/installation/docker.md
@@ -51,6 +51,17 @@ down and run that for you instead:
51
docker run -v $(pwd):/kikit yaqwsx/kikit:nightly --version
52
```
53
54
+We provide the following containers:
55
+
56
+- **latests**: The latest stable version of KiKit with the newest stable KiCAD.
57
+- **vX.Y.Z-KiCADvA**: A container with particular version of KiKit backed by
58
+ given version of KiCAD.
59
+- **nightly**, **nightly-m1**: Daily build of KiKit from the upstream version
60
+ with the newest KiCAD. The m1 flavour supports mac M1.
61
62
+A full list is available on
63
+[Dockerhub](https://hub.docker.com/r/yaqwsx/kikit/tags).
64
65
## Mac M1 containers
66
67
There are also nightly containers of Mac M1 available with tag `nightly-m1`.
0 commit comments