From 06fac8278099eb07c20dcb7506945201d08b8ce2 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 11 Jul 2024 09:39:25 +0100 Subject: [PATCH] Slighty better code quotes --- docs/using/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/troubleshooting.md b/docs/using/troubleshooting.md index d9497ed2..8f2c3ac9 100644 --- a/docs/using/troubleshooting.md +++ b/docs/using/troubleshooting.md @@ -200,7 +200,7 @@ If you have also **created a new user**, you might be experiencing any of the fo where: - - `"$(id -u)" and "$(id -g)"` will dynamically assign the `UID` and `GID` of the user executing the `docker run` command to the new user (`callisto`) + - `"$(id -u)"` and `"$(id -g)"` will dynamically assign the `UID` and `GID` of the user executing the `docker run` command to the new user (`callisto`) ## Additional tips and troubleshooting commands for permission-related errors