ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

docker on enterprise linux #394

Open ruebenramirez opened 7 years ago

ruebenramirez commented 7 years ago

what if

if you disable selinux

sudo bash -c "sed -i s/SELINUX=enforcing/SELINUX=disabled/ /etc/sysconfig/selinux && reboot"

then you don't have to sudo docker. You can simply docker.

but don't do that

Obviously this is terrible... Please don't do that