Skip to content

Instantly share code, notes, and snippets.

@tammo
tammo / home-assistant.md
Last active January 7, 2021 09:40
some documentation

docs

install docker on raspberry 4

sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu focal stable"