Title logo
linuxserver/webgrabplus.

11,703,610 36 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/webgrabplus
Build Time 18 Jul 2024 08:43:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.2.1 18 Jul 2024 at 08:43:58

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.2.1
    container_name: webgrabplus
    restart: no

CLI

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