Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 471 Bytes

webdavserver

Container Repository on Quay

webdavserver is a example application utilizing the webdav server of the golang standard library.

export WEBDAVDIR=/tmp/webdav
mkdir $WEBDAVDIR
chmod 777 $WEBDAVDIR

podman  run --rm -p 8080:8080 -v $WEBDAVDIR:/srv/webdav:z -it quay.io/dominikholler/webdavserver