docker Failed to connect to socket /com/ubuntu/upstart: Connection refused
How to Solve: You can workaround this by doing:
dpkg-divert –local –rename –add /sbin/initctl
ln -s /bin/true /sbin/initctl
docker Failed to connect to socket /com/ubuntu/upstart: Connection refused
How to Solve: You can workaround this by doing:
dpkg-divert –local –rename –add /sbin/initctl
ln -s /bin/true /sbin/initctl