This project makes it possible to run OwnCloud 9.0 on Docker on a Respberry Pi!
50K+
OwnCloud on Docker on a Respberry Pi
You might ask why it's smart to run OwnCloud on Docker, the answer is that it makes it extremely easy to install and remove application. When your Docker installation is ready, the only thing you need to do to install and start Owncloud is:
docker run -d -p 80:80 -p 443:443 comzone/rpi-owncloud:latest
After that just point you web browser to the IP og host of you Raspberry Pi and you are ready to go!
If you want the newest version of alle the software components you need to build the image. Just run: docker build git://github.com/comzone/rpi-owncloud.git -t comzone/rpi-owncloud:latest
Dockerfiles For use with Docker Inspired by: http://dischord.org/blog/2013/07/10/docker-and-owncloud/ http://dischord.org/blog/2013/08/13/docker-and-owncloud-part-2/
Content type
Image
Digest
Size
165.4 MB
Last updated
over 9 years ago
docker pull comzone/rpi-owncloud