Horje
remove docker ubuntu Code Example
remove docker ubuntu
sudo apt-get purge -y docker-engine docker docker.io docker-ce docker-ce-cli
sudo apt-get autoremove -y --purge docker-engine docker docker.io docker-ce  
remove docker ubuntu
sudo rm -rf /var/lib/docker /etc/docker
sudo rm /etc/apparmor.d/docker
sudo groupdel docker
sudo rm -rf /var/run/docker.sock
Package 'docker-ce' is not installed, so not removed
dpkg -l | grep -i docker




Shell

Related
bookbuild react app from scratch Code Example bookbuild react app from scratch Code Example
create requirements.txt python Code Example create requirements.txt python Code Example
thunderbird for linux Code Example thunderbird for linux Code Example
how to add requirments file ppythopn Code Example how to add requirments file ppythopn Code Example
install sticky notes in ubuntu Code Example install sticky notes in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10