What is the BIGGEST Drawback of Running Home Assistant on Windows using Docker?

preview_player
Показать описание
This video will be complication of super easy, step-by-step instructions on how to start Home Assistant on Windows machine using Docker or in other words how to run #Home #Assistant #Container, but there is more.

► AFFILIATE LINKS

► CRYPTO AFFILIATE LINKS

► SUPPORT MY WORK
Bitcoin – 1GnUtPEXaeCUVWdJxCfDaKkvcwf247akva
Join this channel to get access to perks:

► WSL LINK

► GITHUB LINK

► DOCKER RUN COMMAND

► UPDATING HOME ASSITANT USING DOCKER RUN COMMAND
# if this returns "Image is up to date" then you can stop here

# stop the running container
docker stop ha

# remove existing ha container
docker rm ha

# create a new ha container with docker-compose up
docker-compose up

# or you can create a new ha container with docker run

► TIME TABLE
00:00 Intro
01:00 Installing the Docker Application
01:49 Start Home Assistant using docker-compose method
04:00 Start Home Assistant using docker run method
04:45 Home Assistant Onboarding
05:16 How to update Home Assistant Container?
05:52 For whom Home Assistant Container installation type is?
06:05 What is the Home Assistant Container biggest drawback?
07:03 How to uninstall Home Assistant Container?

✅ Don't Forget to like 👍 comment ✍ and subscribe to my channel!

► DISCLAIMER
Some of the links above are affiliate links. If you click on these links and purchase an item I will earn a small commission with no additional cost for you. Of course, you don’t have to do so in case you don’t want to support my work!
Рекомендации по теме
Комментарии
Автор

You are an angel man. Thanks for the help

asfandtoor
Автор

Thanks! even after 11 months it helped me. But I have one question.... How can I add the supervisor icon in HA and the add-onn menu because they are missing. especialy the supervisor menu icon. Thanks. Martin.

speedymartin
Автор

May you do similar video for frigate including hardware acceleration

chabs
Автор

When i try to connect my gate with mqtt integration its said failed to connect, but every host, username etc is good

dcxml
Автор

Can you provide an explanation for installing Rocket on the Docker Desktop?

wrbdqwc
Автор

Do you know how I can update my HA on Docker on a Synology NAS?
I have it running, but still have to figure out how to update and add more functionality.

Dutch
Автор

Docker windows networking is seriously messed up, this will make a lot of problems for HA.
For starters the auto discovery won't work, also any thing that works using udp and broadcast.
Moreover, currently you won't be able to connect zigbee sticks or any other periferial device to the docker container.
I would seriously advice to stay away from any thing based on hyper-v for HA.

shaygus
Автор

I've got this when I try to run docker-compose.
"failed to register layer: error creating overlay mount to too many levels of symbolic links"

mdjorov