Title logo
linuxserver/grocy.

54,803,686 150 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/grocy
Build Time 19 Jul 2024 21:45:27
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.2.0 19 Jul 2024 at 21:45:26

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  grocy:
    image: linuxserver/grocy:4.2.0
    container_name: grocy
    restart: no

CLI

docker create \
  --name=grocy \  --restart no \
  linuxserver/grocy:4.2.0