summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
new file mode 100644
index 00000000..869cbdc0
--- /dev/null
+++ b/docker/README.md
@@ -0,0 +1,15 @@
1This is a container to build and run kube in.
2
3It contains cyrus imap which provides both an imap server as well as cal/cardDAV,
4which is required for some tests of sink.
5
6# Building
7Use the build.sh script to build the container. To rebuild from scratch add the --no-cache option to the docker command.
8
9#Using
10The container starts cyrus imap including the caldav and carddav modules.
11
12Logs for the services are available from /var/log/messages.
13
14The caldav server is available at: http://localhost/dav/calendars/users/doe
15The carddav server is available at: http://localhost/dav/addressbooks/user/doe