Sign inSign up

placr/webdav

By placr

Updated over 8 years ago

Simple NGINX webdav server. Configurable username/passwd. One folder. Based on Jessie

Image
2

10K+

placr/webdav repository overview

Usage

This is an NGINX WebDAV docker with some basic WebDAV functionality. Its main purpose is in end-to-end test environments to upload files.

Via two environment variables basic authentication can be set:

WEBDAV_USERNAME
WEBDAV_PASSWORD

If either environment variable is missing, basic authentication is removed.

Basic usage:

docker run -d --name webdav -p 80:80 -v $PWD:/var/www placr/webdav

Tag summary

Content type

Image

Digest

Size

71.5 MB

Last updated

over 8 years ago

docker pull placr/webdav