Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```