CyberPanel 1.8.0: Unable to Access Preexisting Docker Installation

I just upgraded to 1.8.0. Everything is working fine and dandy. That is except for the Docker Manager. As I understand it, it is now out of beta. However, when I try accessing any of the Docker pages, it says on those pages “Install Docker” and “You do not have sufficient permissions to access this page.” I already had Docker-CE installed beforehand for Discourse. Is there something I am missing?

Will provide you more details soon.

If you get the permission error (or you have installed docker out of CyberPanel). Please run these commands

groupadd docker
usermod -aG docker cyberpanel
systemctl enable docker
reboot

Okay, yet another problem.

I’m not a professional managing CentOS, but when i try running the code above:

[root@ubuntu-2gb-nbg1-1 ~]# systemctl enable docker
Failed to execute operation: No such file or directory

Used:

sudo yum check-update
curl -fsSL https://get.docker.com/ | sh
sudo systemctl start docker
sudo usermod -aG docker cyberpanel
groupadd docker
usermod -aG docker cyberpanel
systemctl enable docker
reboot

… and everything works!