Completely Uninstalling Docker-engine including Configuration data and other dependencies
Uninstalling Docker and its dependencies
Uninstalling Docker and its configuration data
Uninstalling only Docker
sudo
apt-get purge --auto-remove docker-engine
Uninstalling Docker and its dependencies
sudo
apt-get remove --auto-remove docker-engine
Uninstalling Docker and its configuration data
sudo
apt-get purge docker-engine
Uninstalling only Docker
sudo
apt-get remove docker-engine
No comments:
Post a Comment