I am running a jenkins docker container and with in that I have installed docker. But when I try to run docker commands I get an error that the daemon is not turned on so I try the sudo systemctl start docker
command and get the following error.
'System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down' error
Then I try the sudo service docker start
command followed by sudo service docker status
which then returns the following error.
'Docker is not running ... failed!'.
So I am not quite sure what to do going forward? Any ideas?