From 573d5fc5c03df5f519caad4f5fccfc5b49cc28a6 Mon Sep 17 00:00:00 2001 From: Vrushabh Gawas Date: Mon, 26 Feb 2024 16:33:17 +0530 Subject: [PATCH] fix overflow in small devices --- content/engine/security/rootless.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/engine/security/rootless.md b/content/engine/security/rootless.md index 31e08dc837..a98388bba0 100644 --- a/content/engine/security/rootless.md +++ b/content/engine/security/rootless.md @@ -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)" >}}