Skip to content

jcsaaddupuy/docker-radicale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

docker-radicale

The radicale CalDAV/CardDAV server with default configuration, running in a container.

Build

docker build -t radicale .

Run it

docker run -p 5232:5232  radicale

or, if you don't want to build it, you can use the pre-built image present on the registry.

docker run -p 5232:5232 jcsaaddupuy/radicale

Make data persistents

Simply mount a volume to the /data/radicale folder :

docker run -p 5232:5232 -v /tmp/radicale/:/data/radicale -i jcsaaddupuy/radicale

About

Radicale CalDAV (calendar) and CardDAV (contact) server in a box

Resources

Stars

Watchers

Forks

Packages

No packages published