Bleeding edge alpine:edge based on nextcloud
50K+
NEW: Now with nextcloud branch starting from 10.x
Based on, inspired by and ripped off from:
You may need to tune the init and dockerfile to your needs. The current setup facilitates migration from existing installations, but the code from the inspirational sources for starting from scratch is still there and can be reused
This owncloud install comes with a running redis server for caching, but I use a separate redis container
I switched to an owncloud package which requires an external database server, thus you'd need to link to an existing database container
this is my command, as an example: docker run -d -v <data volume / folder on host>:/media/owncloud --link=<your great database container exposing port 3306>:db --link=:redis -p :80 --name="" gymnae/owncloud
your data volume / folder should have the following structure - pre-fill for migration or let owncloud fill it for a virgin install config/ logs/ data/
Please prepare a database in your your database container and have it's login data ready for install when starting for the first time
Content type
Image
Digest
sha256:c20fc059f…
Size
608.1 MB
Last updated
over 1 year ago
docker pull gymnae/owncloud