Rainloop web client Docker image using nginx.
100K+
Rainloop web client Docker image using nginx.
docker pull ahmet2mir/rainloop
Or run it directly (it will make the pull)
docker run -d --name rainloop -h rainloop -p 8080:80 ahmet2mir/rainloop
Open your browser and visit
http://127.0.0.1:8080
Admin panel
http://127.0.0.1:8080/?admin
login: admin
password: 12345
You can use the Makefile to run some commands and build yours.
make build
make run
make clean
make enter
Since Docker 1.3 you can directly use docker exec
docker exec -it rainloop /bin/bash
Or
make enter
Data are stored in /webapps/rainloop/data, to externalize it, use -v option and sync data inside container OR you can run a first "dummy" container, copy data localy, destroy it, and re-run with -v.
Content type
Image
Digest
sha256:77a28b5a7…
Size
93.5 MB
Last updated
about 8 years ago
docker pull ahmet2mir/rainloop