Docker image for ownCloud, based on the Ubuntu 16.04 Docker Image
Requires Docker to be installed and running 🐋 Docker Install
$ git clone git@github.com:ishahid/owncloud.git && cd owncloud && docker build -t owncloud .$ docker pull ishahid/owncloud:9.1$ docker run -d -p 4000:80 owncloudPoint your browser to http://localhost:4000 and complete the setup using the Installation Wizard.