Update updating.markdown (#8568)

I almost ran out of disk space by pulling the main home-assistant docker image and not the RPi version.
This commit is contained in:
eugeneniemand 2019-02-14 09:18:49 +00:00 committed by Franck Nijhof
parent 512ee94fe2
commit 1fa375efdc

View File

@ -32,6 +32,13 @@ For a Docker container, simply pull the latest one:
$ sudo docker pull homeassistant/home-assistant:latest
```
For a Raspberry Pi Docker container, simply pull the latest one:
```bash
$ sudo docker pull homeassistant/raspberrypi3-homeassistant:latest
```
After updating, you must start/restart Home Assistant for the changes to take effect. This means that you will have to restart `hass` itself or the [autostarting](/docs/autostart/) daemon (if applicable). Startup can take considerable amount of time (i.e. minutes) depending on your device. This is because all requirements are updated as well.
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.