Installing
-
4. Installing
Now to Install Docker CE
Run:sudo apt install docker-ce
Finally, to Test Docker Setup:
With:sudo docker run hello-world
Or:
docker run hello-world
Then Docker will Pull the Repo and Greets you with:
Hello from Docker! :) -
5. Docker Getting Started
How to Get Started with Docker and Docker Containers
Contents