If you are running centOS or RHEL.
systemctl enable docker <-- adds docker service to start automatically with reboot.
systemctl start docker or service docker start <-- to start it manually
Share and learn in the Docker community.
If you are running centOS or RHEL.
systemctl enable docker <-- adds docker service to start automatically with reboot.
systemctl start docker or service docker start <-- to start it manually