Skip to content

Commit

Permalink
Clear up docker container names in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Mar 16, 2024
1 parent 897231d commit 7a3ae34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ down and run that for you instead:
docker run -v $(pwd):/kikit yaqwsx/kikit:nightly --version
```

We provide the following containers:

- **latests**: The latest stable version of KiKit with the newest stable KiCAD.
- **vX.Y.Z-KiCADvA**: A container with particular version of KiKit backed by
given version of KiCAD.
- **nightly**, **nightly-m1**: Daily build of KiKit from the upstream version
with the newest KiCAD. The m1 flavour supports mac M1.

A full list is available on
[Dockerhub](https://hub.docker.com/r/yaqwsx/kikit/tags).

## Mac M1 containers

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

0 comments on commit 7a3ae34

Please sign in to comment.