mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Adjust container tasks (#18268)
This commit is contained in:
parent
df0d7a23de
commit
6b3e7ef36b
@ -38,14 +38,14 @@ If you would like to test next release before anyone else, you can install the b
|
||||
|
||||
{% endtabbed_block %}
|
||||
|
||||
|
||||
|
||||
{% elsif page.installation == "container" %}
|
||||
|
||||
```bash
|
||||
ha os update --version {{current_version}}
|
||||
docker pull homeassistant/home-assistant:beta
|
||||
```
|
||||
|
||||
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
||||
|
||||
{% elsif page.installation == "core" %}
|
||||
|
||||
1. Switch to the user that is running Home Assistant
|
||||
|
@ -31,9 +31,11 @@ If you want to stay on the bleeding-edge Home Assistant Core development branch,
|
||||
{% elsif page.installation == "container" %}
|
||||
|
||||
```bash
|
||||
ha os update --version {{current_version}}
|
||||
docker pull homeassistant/home-assistant:dev
|
||||
```
|
||||
|
||||
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
||||
|
||||
{% elsif page.installation == "core" %}
|
||||
|
||||
1. Switch to the user that is running Home Assistant
|
||||
|
@ -13,9 +13,11 @@ ha core update --version {{current_version}}
|
||||
{% elsif page.installation == "container" %}
|
||||
|
||||
```bash
|
||||
ha os update --version {{current_version}}
|
||||
docker pull homeassistant/home-assistant:{{current_version}}
|
||||
```
|
||||
|
||||
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
||||
|
||||
{% elsif page.installation == "core" %}
|
||||
|
||||
1. Switch to the user that is running Home Assistant
|
||||
|
@ -53,7 +53,7 @@ To update Home Assistant Core when you run Home Assistant {{ page.installation_n
|
||||
docker pull homeassistant/raspberrypi4-homeassistant:stable
|
||||
```
|
||||
|
||||
**[You then need to recreate the container with the new image.](/getting-started/installation)**
|
||||
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
||||
|
||||
- title: Docker Compose
|
||||
content: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user