Update Docker Setup
parent
ad67735d18
commit
08a9592e45
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
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
|
docker run hello-world
|
||||||
`
|
``
|
||||||
Loading…
Add table
Add a link
Reference in a new issue