You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: source/_docs/installation/docker.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,4 +83,4 @@ This will launch Home Assistant and serve the web interface from port 8123 on yo
83
83
If you change the configuration you have to restart the server. To do that you have 2 options.
84
84
85
85
1. You can go to the <imgsrc='/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