Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.26 KB

ownCloud / enterprise

Download this repository to build ownCloud enterprise docker images

Build ownCloud enterprise

Building ownCloud Enterprise with access to the Customer Portal

./build username

You will be asked for the Password next.

Build your ownCloud enterprise image from tarball

  1. Download ownCloud Enterprise owncloud-enterprise-complete-9.0.3.tar.bz2 from ownCloud's Customer Download Center to this folder.
  2. Replace the curl command for loading tarball from URL in Dockerfile with
   ADD owncloud-enterprise-complete-9.0.3.tar.bz2 /var/www/
   RUN chown -R www-data.www-data /var/www/owncloud
  1. Build and run your ownCloud Enterprise Dockerfile
docker build -t owncloud/enterprise:9.0.3 .

Now you can use the image owncloud/enterprise exactly like owncloud/server Further instructions see owncloud/server

Versions

Versions can be found as branches of this repository