Getting Started
-
3. Starting Docker
Start Docker Service
With:sudo systemctl start docker
And again to enable it at Boot:
sudo systemctl enable docker
-
4. Testing Docker
To Test Docker Installation
Simply Run: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 Getting-Started with Docker and Docker Containers
So Now I’m truly Happy if My Guide could Help you to Quick-Start with Docker on Manjaro Linux!
Contents