summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-27 11:21:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-27 11:21:10 +0200
commite922e71b7950086ea88308379f2f55df161a507e (patch)
tree50edec003b94231adba8083665997f27c3560ed9 /docker/README.md
parentb43b3e41fa1e629b36392529d0da983530435041 (diff)
downloadkube-e922e71b7950086ea88308379f2f55df161a507e.tar.gz
kube-e922e71b7950086ea88308379f2f55df161a507e.zip
Added rsyslog support to docker container.
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