How do i stop my hassio image in docker?

Dang dude. You just tossed out a bunch of random commands huh?

The name of the container is “homeassistant”

sudo docker stop homeassistant

3 Likes

not really, i tried to do what was the image

Right. But your docker containers aren’t named after the image name. You can have 20 containers running based off the same image. Each container has a name though

1 Like

got it.

i appreciate your help…

how do i know if docker was updated to the latest repository? https://www.home-assistant.io/blog/2019/02/20/release-88/

Huh?

Docker doesn’t need to be updated and you don’t change repository. Since you’re running hassio, you upgrade from the GUI.

got it, thank you sir!