This project allows you to host your own instance of rainloop (licensed under GNU AGPL v3) using docker.
To build this project from source make sure to clone the repository from github and change your working directroy into that newly created directory. Then simly issue the docker build like shown:
docker build -t wernerfred/docker-rainloop .
Another possibility is pulling the image directly from the DockerHub repository. Every release on this project automatically triggers a new build based on the master branch.
docker pull wernerfred/docker-rianloop
To run the container user docker run. You might adjust the following command according to your neeeds:
docker run -d \
-p 80:80 \
wernerfred/docker-rainloop