Update Docker Setup

Fr4nz D13trich 2025-10-02 18:23:12 +02:00
parent c7b0f98206
commit ad67735d18

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