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