Skip to content

Docker image for ownCloud community edition

License

Notifications You must be signed in to change notification settings

owncloud-docker/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ownCloud / server

Docker image for ownCloud web server running on owncloud/ubuntu image.

Usage

Needs DB and Redis, you can start these with:

docker run -d --name redis webhippie/redis:latest
docker run -d --name mariadb -e MARIADB_ROOT_PASSWORD=secret webhippie/mariadb:latest

Then start ownCloud web server:

docker run -ti \
  --name owncloud \
  --link mariadb:mariadb --link redis:redis \
  -p 443:443 \
  owncloud/server

Versions

Available environment variables

  • none

Inherited environment variables

  • none

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2016 Felix Böhm <http://owncloud.org>

About

Docker image for ownCloud community edition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published