Get Started
-
Start Docker Service.
sudo service docker start
-
Testing Docker Installation.
With:
sudo docker run hello-world
Or:
docker run hello-world
Then Docker will Pull the Repo and Greets you with:
Hello from Docker! :) -
How to Getting-Started with Docker and Docker Containers
Contents