A few useful tips from previous posts:
Install:
sudo yum install docker -y
Start service:
sudo systemctl start docker
Add user to docker group to allow running docker command without sudo:
Articles, notes and random thoughts on Software Development and Technology
A few useful tips from previous posts:
Install:
sudo yum install docker -y
Start service:
sudo systemctl start docker
Add user to docker group to allow running docker command without sudo: