Installing
-
4. Installing Dependencies
Install PreRequisite Packages
Executing:sudo apt install apt-transport-https ca-certificates software-properties-common curl apt-transport-https
-
5. Installing Docker
Now to Install Docker CE
Simply run:sudo apt install docker-ce
-
6. Testing Docker
To Test Docker Installation
With:With:
sudo docker run hello-world
Or:
docker run hello-world
Then Docker will Pull the Repo and Greets you with:
Hello from Docker! :) -
7. Docker Getting Started
How to Get Started with Docker and Docker Containers
Contents