Dockerize your RainLoop webmail-client upon a slim and lightweight alpine image.
2.6K
This image provides the "Rainloop"-Webmailer upon a lightweight Alpine FPM-PHP image. It is intended to be used along with an additional webserver-container like apache or nginx.
I'd recommend to use docker-compose for spawning containers since it's the easiest way.
Clone the repository of this project:
$ git clone https://github.com/Hermsi1337/docker-rainloop.git rainloop && \
cd rainloop
[OPTIONAL] Open up docker-compose.yml and change the public-port in line 16:
$ vim docker-compose.yml
Start your containers using docker-compose:
$ docker-compose up -d
Check if your new rainloop-container is running:
$ curl "http://localhost:1337"
If you are interested in my setup for running this container check my repository containing all my docker-compose.yml files.
Content type
Image
Digest
Size
139 MB
Last updated
over 5 years ago
docker pull hermsi/alpine-rainloop