- ownCloud docker containers for various OS, servers, databases.
- Development of docker images for scaleable ownCloud installations.
Images:
- Ubuntu
oc-apache
ownCloud running in apacheoc-nginx
ownCloud running in nginxdb-mysql
mysql containerdata-vol
data persistence container
Install Docker
Install docker on a linux machine or linux VM for easy usage.
Inside the docker folder some scripts are available
Build all docker images in this repository
./build-docker.sh
Runs / restarts ownCloud in docker container with selected os, server, db ...
./start-docker.sh [options]
Options:
-o ubuntu, TODO: centos default: ubuntu
-s apache, nginx default: apache
-d sqlite, mysql default: sqlite
-p <Port> default: 8888
-d <Dir> to mount in docker default: /data-vol
-h help screen