linuxserver/pwndrop.

2,713,755 34 amd64 arm64 unknown unknown

Build Information

General build information for this image

Docker Hub linuxserver/pwndrop
Build Time 17 Feb 2025 16:54:32
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 17 Feb 2025 at 16:54:27

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  pwndrop:
    image: linuxserver/pwndrop:latest
    container_name: pwndrop
    restart: no

CLI

docker create \
  --name=pwndrop \  --restart no \
  linuxserver/pwndrop:latest