OLD - Home Assistant - Docker compose and Docker rights

Опубликовано: 14 Март 2026
на канале: RiffSphere Unraid & Home Assistant
500
7

In this series, we previously installed Home Assistant in Docker on an Ubuntu server.
Soon, I will be installing more Docker containers, but our user has currently no rights to use docker. I will also be using docker-compose, so we need to install that.
This is just a quick video documenting those actions. Commands used:
---
sudo usermod -aG docker $USER
sudo apt install docker-compose
---

Install Home Assistant on Ubuntu with Docker:    • OLD - Home Assistant - Install on ubuntu s...