Download this repository to build ownCloud enterprise docker images
Building ownCloud Enterprise with access to the Customer Portal
./build username
You will be asked for the Password next.
- Download ownCloud Enterprise
owncloud-enterprise-complete-9.0.3.tar.bz2
from ownCloud's Customer Download Center to this folder. - 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
- 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 can be found as branches of this repository