-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify install of docker #7678
Conversation
Updated description of installation to avoid possible confusion regarding docker as a dependency.
@magnusoverli In general I approve, maybe we need to clarify a little bit more on this being a method/example on installing Ubuntu specifically? |
Underlining Ubuntu as the tested environment for the given instructions.
Removed step from hass.io installation instructions wherein installing docker. Installation of Docker-CE is already documented.
Thanks, @magnusoverli! 👍 |
- jq | ||
- network-manager | ||
- socat | ||
- software-properties-common | ||
|
||
To perform the Hass.io installation, run the following command as root: | ||
You also need to have Docker-CE installed. There is well-documented procedures for installing Docker on Ubuntu at [Docker.com](https://docs.docker.com/install/linux/docker-ce/ubuntu/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could confuse some users (to think that only ubuntu are supported)
You also need to have Docker-CE installed. There is well-documented procedures for installing Docker on Ubuntu at [Docker.com](https://docs.docker.com/install/linux/docker-ce/ubuntu/). | |
You also need to have Docker-CE installed. There are well-documented procedures for installing Docker at [Docker.com](https://docs.docker.com/install/), you can find installation steps for your distro in the menu on the left. |
I suggest changing the link to be more generic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, correcting...
* Clarify install of docker Updated description of installation to avoid possible confusion regarding docker as a dependency. * Details on tested environment Underlining Ubuntu as the tested environment for the given instructions. * Removed redundant docker install step Removed step from hass.io installation instructions wherein installing docker. Installation of Docker-CE is already documented. * ✏️ Tweaks
Updated description of installation to avoid possible confusion regarding docker as a dependency.
Description:
Pull request in home-assistant (if applicable): home-assistant/home-assistant#
Checklist:
next
is for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent
.