linuxserver/budge.

36,271 11 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/budge
Build Time 21 Jul 2024 02:34:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.0.9 21 Jul 2024 at 02:34: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:0.0.9
    container_name: budge
    restart: no

CLI

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