Sign inSign up

gymnae/owncloud

By gymnae

Updated over 1 year ago

Bleeding edge alpine:edge based on nextcloud

Buildkit cache
Image
1

50K+

gymnae/owncloud repository overview

NEW: Now with nextcloud branch starting from 10.x

Based on, inspired by and ripped off from:

  1. http://wiki.alpinelinux.org/wiki/OwnCloud
  2. https://github.com/jchaney/owncloud
  3. https://github.com/splattael/docker-owncloud/blob/master/Makefile
  4. https://github.com/psi-4ward/docker-owncloud/

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

Tag summary

Content type

Image

Digest

sha256:c20fc059f

Size

608.1 MB

Last updated

over 1 year ago

docker pull gymnae/owncloud