Skip to content

ownCloud docker image based on Ubuntu 16.04 LTS

License

Notifications You must be signed in to change notification settings

ishahid/owncloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ownCloud

Docker image for ownCloud, based on the Ubuntu 16.04 Docker Image

Requires Docker to be installed and running 🐋 Docker Install

Build the image

$ git clone git@github.com:ishahid/owncloud.git && cd owncloud && docker build -t owncloud .

Or pull the image from Docker Hub

$ docker pull ishahid/owncloud:9.1

Run the image

$ docker run -d -p 4000:80 owncloud

Installation

Point your browser to http://localhost:4000 and complete the setup using the Installation Wizard.