based on beevelop/nodejs
Kin is the calendar experience we want after Sunrise: simple enough to help us better understand when, where and with whom we need to be & connected to integrate all the services that we use everyday.
This Docker image is an unofficial alternative to quickly get started with Kin (e.g. for development or to run your personal instances).
docker run -d -p 8080:8080 -e API_HOSTNAME=kin.example.com --name kinclient kin-client
API_HOSTNAME
(required): hostname of the kin-server
docker pull beevelop/kin-client
docker build -t beevelop/kin-client github.com/beevelop/docker-java
FROM beevelop/kin-client