fix overflow in small devices

This commit is contained in:
Vrushabh Gawas 2024-02-26 16:33:17 +05:30
parent 1f47668030
commit 573d5fc5c0
1 changed files with 3 additions and 1 deletions

View File

@ -131,7 +131,9 @@ testuser:231072:65536
> **Note**
>
> If the system-wide Docker daemon is already running, consider disabling it:
> `$ sudo systemctl disable --now docker.service docker.socket`
>```console
>$ sudo systemctl disable --now docker.service docker.socket
>```
{{< tabs >}}
{{< tab name="With packages (RPM/DEB)" >}}