diff options
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 15 |
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 @@ | |||
1 | This is a container to build and run kube in. | ||
2 | |||
3 | It contains cyrus imap which provides both an imap server as well as cal/cardDAV, | ||
4 | which is required for some tests of sink. | ||
5 | |||
6 | # Building | ||
7 | Use the build.sh script to build the container. To rebuild from scratch add the --no-cache option to the docker command. | ||
8 | |||
9 | #Using | ||
10 | The container starts cyrus imap including the caldav and carddav modules. | ||
11 | |||
12 | Logs for the services are available from /var/log/messages. | ||
13 | |||
14 | The caldav server is available at: http://localhost/dav/calendars/users/doe | ||
15 | The carddav server is available at: http://localhost/dav/addressbooks/user/doe | ||