diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-27 11:21:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-27 11:21:10 +0200 |
commit | e922e71b7950086ea88308379f2f55df161a507e (patch) | |
tree | 50edec003b94231adba8083665997f27c3560ed9 /docker/README.md | |
parent | b43b3e41fa1e629b36392529d0da983530435041 (diff) | |
download | kube-e922e71b7950086ea88308379f2f55df161a507e.tar.gz kube-e922e71b7950086ea88308379f2f55df161a507e.zip |
Added rsyslog support to docker container.
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 | ||