Skip to content

Commit 16fd447

Browse files
joegrossfrenck
authored andcommitted
Correct container name for restart command (home-assistant#4021)
Using above instructions container name includes the dash. shiny % docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a9be19e6c76a homeassistant/home-assistant "python -m homeass..." 5 minutes ago Up About a minute 0.0.0.0:8123->8123/tcp home-assistant shiny % docker restart homeassistant Error response from daemon: No such container: homeassistant [1] 67676 exit 1 docker restart homeassistant shiny !1! % docker restart home-assistant home-assistant
1 parent 2bd161d commit 16fd447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/installation/docker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ This will launch Home Assistant and serve the web interface from port 8123 on yo
8383
If you change the configuration you have to restart the server. To do that you have 2 options.
8484

8585
1. You can go to the <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> service developer tools, select the service `homeassistant/restart` and click "Call Service".
86-
2. Or you can restart it from a terminal by running `docker restart homeassistant`
86+
2. Or you can restart it from a terminal by running `docker restart home-assistant`

0 commit comments

Comments
 (0)