Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored Apr 24, 2024
1 parent 0192e26 commit 09a2d04
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ This project aims to maintain a Dockerfile to run incus in a docker/podman conta
It also installs the incus-ui-canonical to have a Web-based UI.

*Versions*
Debian version: I recommend using this with any glibc-based distributions. This is based off of zabbly/incus builds.
Alpine version: I recommend using this with any musl-based distributions. This is straight from the alpine edge repository, but also includes the incus web UI.
Alpine no-vm version: This version is the smallest, as it doesn't include qemu, so no VM support. Use if space is an issue.

For debian, we are using the version of incus maintained here:
https://github.com/zabbly/incus
Debian version: I recommend using this with any glibc-based distributions. This is based off of zabbly/incus builds ( https://github.com/zabbly/incus )

*(Dockerfile-only) versions*
Alpine versions are also available, only in Dockerfile form. These will not be prioritized at present.

How to use it:

Expand Down Expand Up @@ -70,16 +67,6 @@ podman run -d \
ghcr.io/cmspam/incus-docker:latest
```

Alpine version:
Same as above, but replace with
```
ghcr.io/cmspam/incus-docker-alpine:latest
```
or
```
ghcr.io/cmspam/incus-docker-alpine-novm:latest
```

If you use OpenVSwitch, add:
```
--volume /run/openvswitch:/run/openvswitch
Expand Down

0 comments on commit 09a2d04

Please sign in to comment.