linuxserver/budge.

46,653 11 amd64 unknown unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/budge
Build Time 16 Mar 2025 02:55:10
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 16 Mar 2025 at 02:55:03

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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