mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
Merge pull request #1828 from kalsi-avneet/master
Docker : Add section for docker install in DOCUMENTATION.md
This commit is contained in:
commit
1704302d54
1 changed files with 12 additions and 2 deletions
|
@ -2262,6 +2262,17 @@ You can also download the content of the repository as an
|
||||||
You can find the source packages of all releases on
|
You can find the source packages of all releases on
|
||||||
[GitHub](https://github.com/Kozea/Radicale/releases).
|
[GitHub](https://github.com/Kozea/Radicale/releases).
|
||||||
|
|
||||||
|
#### Docker
|
||||||
|
|
||||||
|
Radicale is available as a [Docker image](https://github.com/Kozea/Radicale/pkgs/container/radicale) for platforms `linux/amd64` and `linux/arm64`. To install the latest version, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker pull ghcr.io/kozea/radicale:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
An example `docker-compose.yml` and detailed instructions will soon be updated.
|
||||||
|
|
||||||
|
|
||||||
#### Linux Distribution Packages
|
#### Linux Distribution Packages
|
||||||
|
|
||||||
Radicale has been packaged for:
|
Radicale has been packaged for:
|
||||||
|
@ -2287,8 +2298,7 @@ Radicale has been packaged for:
|
||||||
Smedegaard
|
Smedegaard
|
||||||
|
|
||||||
Radicale is also
|
Radicale is also
|
||||||
[available on Cloudron](https://cloudron.io/button.html?app=org.radicale.cloudronapp2)
|
[available on Cloudron](https://cloudron.io/button.html?app=org.radicale.cloudronapp2).
|
||||||
and has a Dockerfile.
|
|
||||||
|
|
||||||
If you are interested in creating packages for other Linux distributions, read
|
If you are interested in creating packages for other Linux distributions, read
|
||||||
the ["Contribute" section](#contribute).
|
the ["Contribute" section](#contribute).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue