https://github.com/k-phoen/docker-owncloud
docker owncloud for Raspberry Pi
https://github.com/k-phoen/docker-owncloud
Last synced: 6 months ago
JSON representation
docker owncloud for Raspberry Pi
- Host: GitHub
- URL: https://github.com/k-phoen/docker-owncloud
- Owner: K-Phoen
- License: mit
- Created: 2014-11-29T17:30:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T12:05:37.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T20:12:56.084Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker owncloud for Raspberry Pi
================================Builds a docker container with owncloud installed.
**N.B**: this project uses raspbian for base images.
## Usage
Build the image:
```bash
docker build -t kphoen/owncloud-data owncloud-data
docker build -t kphoen/owncloud owncloud
```Run it:
```bash
docker run --name owncloud-data owncloud-data # will create the data container
docker run -p 80:80 --volumes-from owncloud-data kphoen/owncloud
```## Todo
* Create a data container for MySQL
* Provide fig integration
* Configure HTTPS access## License
This project is released under the MIT License. See the bundled LICENSE file for
details.