An open API service indexing awesome lists of open source software.

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

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.