Update Synology "Docker" package name to "Container Manager" (#28680)

This commit is contained in:
Wouter 2023-08-25 10:23:30 +02:00 committed by GitHub
parent a287469f55
commit 98fbac2067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ As Synology within DSM now supports Docker (with a neat UI), you can simply inst
The steps would be: The steps would be:
- Install "Docker" package on your Synology NAS - Install Docker "Container Manager" package on your Synology NAS
- Launch Docker-app and move to "Registry"-section - Launch Container Manager-app and move to "Registry"-section
- Find "homeassistant/home-assistant" within registry and click on "Download". Choose the "stable" tag. - Find "homeassistant/home-assistant" within registry and click on "Download". Choose the "stable" tag.
- Wait for some time until your NAS has pulled the image - Wait for some time until your NAS has pulled the image
- Move to the "Image"-section of the Docker-app - Move to the "Image"-section of the "Container Manager"-app
- Click on "Launch" - Click on "Launch"
- Within "Network" select "Use same network as Docker Host" and click Next - Within "Network" select "Use same network as Docker Host" and click Next
- Choose a container-name you want (e.g., "homeassistant") - Choose a container-name you want (e.g., "homeassistant")
@ -48,8 +48,8 @@ Complete the remainder of the Z-Wave configuration by [following the instruction
Remark: to update your Home Assistant on your Docker within Synology NAS, you just have to do the following: Remark: to update your Home Assistant on your Docker within Synology NAS, you just have to do the following:
- Go to the Docker-app and move to "Registry"-section - Go to the "Container Manager"-app and move to "Image"-section
- Find "homeassistant/home-assistant" within registry and click on "Download". Choose the "stable" tag. - Find "homeassistant/home-assistant" within Image and click on "Update".
- Wait until the system-message/-notification comes up, that the download is finished (there is no progress bar) - Wait until the system-message/-notification comes up, that the download is finished (there is no progress bar)
- Move to "Container"-section - Move to "Container"-section
- Stop your container if it's running - Stop your container if it's running
@ -58,7 +58,7 @@ Remark: to update your Home Assistant on your Docker within Synology NAS, you ju
Remark: to restart your Home Assistant within Synology NAS, you just have to do the following: Remark: to restart your Home Assistant within Synology NAS, you just have to do the following:
- Go to the Docker-app and move to "Container"-section - Go to the "Container Manager"-app and move to "Container"-section
- Right-click on it and select "Action"->"Restart". - Right-click on it and select "Action"->"Restart".
<div class='note'> <div class='note'>