Sign inSign up

comzone/rpi-owncloud6

By comzone

Updated almost 11 years ago

This project makes it possible to run OwnCloud on Docker on a Respberry Pi!

Image
5

2.2K

comzone/rpi-owncloud6 repository overview

OwnCloud on Docker on a Respberry Pi

You might ask why it's smart to run OwnCloud on Docker on the Raspberry pi, the answer is that it makes it extremely easy to install and remove application and in this case OwnCloud. When your Docker installation is ready, the only thing you need to do to install and start Owncloud is:

Run it: docker run -d -i -t -p 443:443 -p 80:80 comzone/rpi-owncloud6

After that just point you web browser to the IP og hostname 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 -t comzone/rpi-owncloud6:latest 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/

Tag summary

Content type

Image

Digest

sha256:fa64827b0

Size

322 MB

Last updated

almost 11 years ago

docker pull comzone/rpi-owncloud6