Title logo
linuxserver/webgrabplus.

11,583,121 35 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/webgrabplus
Build Time 18 Apr 2024 08:39:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.1.4 18 Apr 2024 at 08:39:02

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

CLI

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