12-17-2018, 10:23 PM
My display didn't work after updating to MoOde 4.4. The docker was not running.
I tried to uninstall but was not able to uninstall the Docker. After failing I had to issue the following command:
After this it is possible to uninstall the docker by using the purge command and remove all off pydPiper:
When installing docker once again there will be a message displaying that the docker is already installed. Please ignore that and install everything once again as previously described
I tried to uninstall but was not able to uninstall the Docker. After failing I had to issue the following command:
Code:
$ sudo dpkg --configure -a
After this it is possible to uninstall the docker by using the purge command and remove all off pydPiper:
Code:
$ cd /home/pi/pydPiper
$ sudo apt-get purge docker-ce
$ sudo rm -rf /var/lib/docker
$ cd
$ sudo rm -rf cd pydPiper
$ sudo reboot
When installing docker once again there will be a message displaying that the docker is already installed. Please ignore that and install everything once again as previously described