From 6fb167ceee71467675f53303da67c5cf05049df3 Mon Sep 17 00:00:00 2001 From: Ian Off Date: Tue, 11 Nov 2025 02:00:53 -0600 Subject: [PATCH] docs: fix typo in nested Podman instructions (#1879) Corrected a typo in the instructions for using Podman inside a Distrobox. --- docs/useful_tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/useful_tips.md b/docs/useful_tips.md index e289d199..bdcedde8 100644 --- a/docs/useful_tips.md +++ b/docs/useful_tips.md @@ -331,7 +331,7 @@ luca-linux@tumbleweed:~$ sudo docker run --rm -ti alpine ## Using Podman inside a Distrobox You may want to run a separate instance of podman inside your container. -In order to do this, create a container using using rootful Podman or Docker +In order to do this, create a container using rootful Podman or Docker and using the **unshare-all** flag. Example: