linuxserver/pwndrop.

2,684,174 32 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/pwndrop
Build Time 22 Apr 2024 16:51:51
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.0.1 22 Apr 2024 at 16:51:50

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:1.0.1
    container_name: pwndrop
    restart: no

CLI

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