Skip to content

Commit 262f832

Browse files
authored
docs: used flowing verse on the help page for flagged-as-unsupported … (#45137)
1 parent cdbb450 commit 262f832

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

source/more-info/unsupported/docker_configuration.markdown

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@ description: "More information on why Docker configuration marks the installatio
77

88
The Supervisor has some expectations of how the Docker daemon is configured to maintain the stability and performance of the host running the Supervisor.
99

10-
The logging driver for the Docker daemon needs to be set to `journald` and the storage driver
11-
needs to be set to `overlay2`.
10+
The logging driver for the Docker daemon needs to be set to `journald` and the storage driver needs to be set to `overlay2`.
1211

1312
We only support cgroup version 1 on our hardware handling.
1413

1514
## The solution
1615

1716
If you are running an older version of our Home Assistant OS, update it to the latest version in the {% my configuration title="Configuration" %} panel.
1817

19-
If you are running Home Assistant Supervised, you need to modify the Docker daemon
20-
configuration on the host. The configuration is located at `/etc/docker/daemon.json`.
21-
If that file doesn't exist, you can create it and make sure it at least has the
22-
following contents:
18+
If you are running Home Assistant Supervised, you need to modify the Docker daemon configuration on the host. The configuration is located at `/etc/docker/daemon.json`. If that file doesn't exist, you can create it and make sure it at least has the following contents:
2319

2420
```json
2521
{
@@ -28,8 +24,7 @@ following contents:
2824
}
2925
```
3026

31-
When the Docker configuration file is changed and saved, you need to restart the
32-
Docker service on the host machine.
27+
When the Docker configuration file is changed and saved, you need to restart the Docker service on the host machine.
3328

3429
To fix issues with the cgroup level, adjust the `/etc/default/grub`, add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely.
3530

0 commit comments

Comments
 (0)