https://github.com/acao/docker-owncloud-1
Owncloud 7 running on docker(lxc) container ..
https://github.com/acao/docker-owncloud-1
Last synced: 3 months ago
JSON representation
Owncloud 7 running on docker(lxc) container ..
- Host: GitHub
- URL: https://github.com/acao/docker-owncloud-1
- Owner: acao
- Created: 2014-12-06T04:39:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-06T17:21:43.000Z (over 10 years ago)
- Last Synced: 2025-01-16T21:36:09.011Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-owncloud
================Owncloud 7 running on docker(lxc) container ..
It will be update to the last version of the official releaseTo run the container ...
docker run -d -p 443:443 -e C=US
-e ST=California
-e L=Sacramento
-e O=example
-e OU=IT_Deparment
-e CN=example.com
quantumobject/docker-owncloudThe -e is to give info for the SSL generation of .key and .pem file ... please change the values for your specific location and info ...
Check port and point your brownser to https://[ip]:443/ and log in with: admin plus create your own password.
To access the container from the server that the container is running :
docker exec -it container_id /bin/bash
for more info for owncloud check :
http://doc.owncloud.org/