Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T09:03:51.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:59:53.687Z (2 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
```