Sign inSign up

adminrezo/docker-owncloud

By adminrezo

Updated almost 11 years ago

Image
0

1.3K

adminrezo/docker-owncloud repository overview

Owncloud

A personal cloud without Big Brother

MariaDB is configured with :

  • No root password (it's bad)
  • A owncloud database with a owncloud user with a OwNcLoUd password

Howto

Just build it ...

docker build -t adminrezo/owncloud7 .

... run it ...

docker run --name oc -d adminrezo/docker-owncloud && docker inspect oc |grep IPAddress

... enjoy it !

https://your-container-ip/

Tag summary

Content type

Image

Digest

sha256:aebd3eb4c

Size

161.4 MB

Last updated

almost 11 years ago

docker pull adminrezo/docker-owncloud