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-engineUninstalling Docker and its dependencies
sudo apt-get remove --auto-remove docker-engineUninstalling Docker and its configuration data
sudo apt-get purge docker-engineUninstalling only Docker
sudo apt-get remove docker-engine
No comments:
Post a Comment