From e8fa19b37a8f768fcc8605e9b7cfd4bbd7f65900 Mon Sep 17 00:00:00 2001 From: paraskaneriya Date: Mon, 2 Jun 2025 09:04:33 +0530 Subject: [PATCH] Update 04-setup.md updated instructions for creating /tmp/ubuntu-data folder under /tmp instead of downloads --- 01-getting-started/04-setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/01-getting-started/04-setup.md b/01-getting-started/04-setup.md index bdad280..68ceca1 100644 --- a/01-getting-started/04-setup.md +++ b/01-getting-started/04-setup.md @@ -28,6 +28,9 @@ docker run -dit ` ### Docker Command to Run Ubuntu Linux Container in mac or linux host (Persistent & Long-Term) +- Before running the below command, create ubuntu-data folder under /tmp + /tmp/ubuntu-data + ```bash docker run -dit \ --name ubuntu-container \