Installing
4. Installing Docker CE
Installing Docker CE
Simply play:sudo apt install docker-ce
5. Testing Docker
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! :)6. Docker Getting Started
How to Quick Start with Docker and Docker Containers