From ad67735d181d0538c50c18906009e13547af2867 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Thu, 2 Oct 2025 18:23:12 +0200 Subject: [PATCH] Update Docker Setup --- Docker-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker-Setup.md b/Docker-Setup.md index bec3c54..d853738 100644 --- a/Docker-Setup.md +++ b/Docker-Setup.md @@ -50,6 +50,6 @@ sudo usermod -aG docker $USER To confirm Docker is running correctly, test the setup with a simple container. Run the "hello-world" container with the following docker run command: -```bash +`bash docker run hello-world -``` \ No newline at end of file +` \ No newline at end of file