Bash command gives me Docker error

redwicked

Member
Hey i tried the single bash command line to install mailwizz on my new vps and it didnt ask any questions, info like usual. Instead i got this error code, any ideas why this is happening? (I have SELinux disabled too)

zDSi0X.png
 
@redwicked - after you disable selinux, you have to restart the vps.
Also, the command systemctl status docker will tell you what is wrong. Remember this has to be an empty vps.
 
I think the vps came with it already disabled I didn’t have to do it myself.

Also this is a new vps. Maybe instead of centos 7 I should have gotten centos 7 minimal?
 
We figured it out, it was a super old kernel version, 2.6.35 if i remember correctly, while docker needs > 3.10, preferably > 4.0
 
Back
Top