Skip to content

Commit 7a3ae34

Browse files
committed
Clear up docker container names in documentation
1 parent 897231d commit 7a3ae34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/installation/docker.md

+11
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ down and run that for you instead:
5151
docker run -v $(pwd):/kikit yaqwsx/kikit:nightly --version
5252
```
5353

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+
5465
## Mac M1 containers
5566

5667
There are also nightly containers of Mac M1 available with tag `nightly-m1`.

0 commit comments

Comments
 (0)