Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0bu/rpi-docker-deconz
https://github.com/0bu/rpi-docker-deconz
deconz docker raspberry-pi
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0bu/rpi-docker-deconz
- Owner: 0Bu
- Created: 2023-09-26T14:11:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:56:13.000Z (22 days ago)
- Last Synced: 2024-10-18T05:43:16.640Z (20 days ago)
- Topics: deconz, docker, raspberry-pi
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpi-docker-deconz
- [GitHub](https://github.com/dresden-elektronik/deconz-rest-plugin)
- [Docker image](https://github.com/deconz-community/deconz-docker)
- [Docker Hub](https://hub.docker.com/r/deconzcommunity/deconz)## [Install Docker Engine on Raspberry Pi OS](https://docs.docker.com/engine/install/raspberry-pi-os/#install-using-the-convenience-script)
```
sudo sh -c "$(curl -fsSL https://get.docker.com)"
```### [Post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/)
```
sudo groupadd docker
sudo usermod -aG docker $USER
```