linuxserver/swag.

83,084,065 306 arm64 arm amd64

Build Information

General build information for this image

Docker Hub linuxserver/swag
Build Time 16 Mar 2023 05:28:27
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.4.0 16 Mar 2023 at 05:28:27

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:2.4.0
    container_name: swag
    restart: no

CLI

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