Update Docker Setup

Fr4nz D13trich 2025-10-02 18:23:36 +02:00
parent ad67735d18
commit 08a9592e45

@ -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
`
``