https://github.com/mathisburger/grocy-rpi
Docker image of grocy for raspberry pi
https://github.com/mathisburger/grocy-rpi
arm64 armv7 docker grocery grocy raspberry-pi
Last synced: 3 months ago
JSON representation
Docker image of grocy for raspberry pi
- Host: GitHub
- URL: https://github.com/mathisburger/grocy-rpi
- Owner: MathisBurger
- License: mit
- Created: 2023-07-29T19:29:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T09:03:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T04:42:30.812Z (4 months ago)
- Topics: arm64, armv7, docker, grocery, grocy, raspberry-pi
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grocy-rpi
Docker image of grocy for raspberry pi## About
This project uses the default grocy application and wrapps it into an armv7 capable docker container. This is done by using an ubuntu instance with
apache2 installed and build for arm devices.
Therefore, it will be possible to run grocy within a docker container on your raspberry pi.## Docker
```sh
docker pull ghcr.io/mathisburger/grocy-rpi:latest
```