diff --git a/Docker-Setup.md b/Docker-Setup.md index d853738..cb12a1f 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