I need to disable docker services when Ubuntu 18.04 starts. I tried with:
update-rc.d -f <service> removebut this doesn't work.
41 Answer
The command to disable services on rebooting of Ubuntu based systems
systemctl disable servicenamefor centos6: chkconfig servicename off