linuxserver/budge.

20,415 9 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/budge
Build Time 24 Sep 2023 02:29:16
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 24 Sep 2023 at 02:29:16

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