linuxserver/swag.

88,365,749 396 arm64 amd64 unknown unknown

Build Information

General build information for this image

Docker Hub linuxserver/swag
Build Time 11 Feb 2025 22:26:34
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 11 Feb 2025 at 22:26:26

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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