Sign inSign up

julianxhokaxhiu/docker-webdav

By julianxhokaxhiu

Updated almost 7 years ago

A WebDAV docker image

Image
0

50K+

julianxhokaxhiu/docker-webdav repository overview

WebDAV Docker

A WebDAV docker image.

Usage

docker run --name=webdav -d -v <path to location>:/webdav -p 80:80 julianxhokaxhiu/docker-webdav

If you want to secure it with a username and password, pass the USERNAME and PASSWORD environment variable. For example:

docker run --name=webdav -d -e USERNAME=user -e PASSWORD=pass -v <path to location>:/webdav -p 80:80 julianxhokaxhiu/docker-webdav

Or using an environment variable file. For example:

$ cat env_file
USERNAME=user
PASSWORD=pass
docker run --name=webdav -d –-env-file=./env_file -v <path to location>:/webdav -p 80:80 julianxhokaxhiu/docker-webdav

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

Tag summary

Content type

Image

Digest

Size

4 MB

Last updated

almost 7 years ago

docker pull julianxhokaxhiu/docker-webdav