I was installing docker in my Jupyter notebook for my project using the commands from this link. I installed the docker using the command
!sudo apt install docker-ce
but after that when I tried to check the status of the docker using the command.
!sudo systemctl status docker
I got the following error.
System has not been booted with systemd as init system (PID 1). Can't operate.
I saw answers for such questions in links but it is not solving my problem. For the following command
!service --status-all
I am getting the following result of which I have no idea. Can someone help me in explaining what I am missing?.
[ - ] dbus
[ ? ] hwclock.sh
[ ? ] kmod
[ - ] procps
[ - ] rsync
[ + ] udev
[ - ] x11-common
This may be trivial for some of you. Any help will be highly appreciated.