EN
Docker - add docker service to systemctl to start docker after reboot
3 points
Quick solution:
xxxxxxxxxx
1
systemctl enable docker
This will also fix the problem that docker is not running:
Usually this problem occurs when we install docker and we do not add docker service to systemctl. As the result docker won't start when we reboot our operating system.