Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/docker-jsdav
Dockerfile to build a jsDAV container image.
https://github.com/5t111111/docker-jsdav
Last synced: 2 days ago
JSON representation
Dockerfile to build a jsDAV container image.
- Host: GitHub
- URL: https://github.com/5t111111/docker-jsdav
- Owner: 5t111111
- License: mit
- Created: 2014-07-13T14:02:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T04:22:09.000Z (about 10 years ago)
- Last Synced: 2024-04-13T16:15:45.522Z (7 months ago)
- Language: Shell
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-jsdav
============Dockerfile to build a jsDAV container image.
## Quick start
- You need to mount a WebDAV data store on `/home/jsdav/app/public` because you don't want to lose everything when the container is stopped.
```console
$ mkdir -p /opt/jsDAV/public
$ docker run --name=jsdav -d -p 18000:8000 -v /opt/jsDAV/public:/home/jsdav/app/public 5t111111/jsdav
```