Title logo
linuxserver/webgrabplus.

11,276,977 35 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/webgrabplus
Build Time 26 Sep 2023 10:42:33
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.1.3 26 Sep 2023 at 10:42:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  webgrabplus:
    image: linuxserver/webgrabplus:5.1.3
    container_name: webgrabplus
    restart: no

CLI

docker create \
  --name=webgrabplus \  --restart no \
  linuxserver/webgrabplus:5.1.3