From 1b156ea4f7a9de49d4a2ede234ede397b22cb673 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Thu, 2 Oct 2025 18:26:24 +0200 Subject: [PATCH] Update Docker Setup --- Docker-Setup.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Docker-Setup.md b/Docker-Setup.md index cb12a1f..5b09ebd 100644 --- a/Docker-Setup.md +++ b/Docker-Setup.md @@ -40,7 +40,7 @@ sudo apt install docker-ce docker-ce-cli containerd.io 2. Add the user to the Docker group with: -``` +```bash sudo usermod -aG docker $USER ``` @@ -50,6 +50,9 @@ 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 +``` + +## Uninstall Docker +