Sign inSign up

ionelmc/webdav

By ionelmc

•Updated almost 7 years ago

An NGINX WebDAV container (based on Xenial). Supports running with different user.

Image
23

100K+

ionelmc/webdav repository overview

⁠NGINX WebDAV container

Usage:

docker run --restart always --detach --name webdav --publish 7000:8080 \
           --env UID=$UID --volume $PWD:/media ionelmc/webdav

Optionally you can add two environment variables to require HTTP basic authentication:

  • WEBDAV_USERNAME
  • WEBDAV_PASSWORD

Example:

docker run --restart always --detach --name webdav --publish 7000:8080 \
           --env WEBDAV_USERNAME=myuser --env WEBDAV_PASSWORD=mypassword \
           --env UID=$UID --volume $PWD:/media ionelmc/webdav

Tag summary

Content type

Image

Digest

Size

77.1 MB

Last updated

almost 7 years ago

docker pull ionelmc/webdav