How to test if the docker installation is working perfectly fine or not ?
Just run below command
docker run hello-world
The output of the command should look something like the below :
Scripting is sorcery
How to test if the docker installation is working perfectly fine or not ?
Just run below command
docker run hello-world
The output of the command should look something like the below :