Adjust container tasks (#18268)

This commit is contained in:
Joakim Sørensen 2021-06-22 15:46:17 +02:00 committed by GitHub
parent df0d7a23de
commit 6b3e7ef36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: |