stilleshan/webdav.

1,556 2 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/webdav
Build Time 01 Feb 2022 14:49:21
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.1.0 01 Feb 2022 at 14:49:20

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  webdav:
    image: stilleshan/webdav:4.1.0
    container_name: webdav
    restart: no

CLI

docker create \
  --name=webdav \  --restart no \
  stilleshan/webdav:4.1.0