microsoft / Windows-Containers

Welcome to our Windows Containers GitHub community! Ask questions, report bugs, and suggest features -- let's work together.
MIT License
416 stars 64 forks source link

Provide uninstall-docker-ce.ps1 #545

Open kylooh opened 2 hours ago

kylooh commented 2 hours ago

Is your feature request related to a problem? Please describe. I tryting to do as https://docs.portainer.io/start/install-ce/server/swarm/wcs tells. But I got problem while start up portiainer, so I switch to use Docker-Desktop instead, but seems there are conflicts in my system. Maybe I should remove docker-ce first, I thought.

Describe the solution you'd like Provide a script to remove docker install from install-docker-ce.ps1

github-actions[bot] commented 2 hours ago

Thank you for creating an Issue. Please note that GitHub is not an official channel for Microsoft support requests. To create an official support request, please open a ticket here. Microsoft and the GitHub Community strive to provide a best effort in answering questions and supporting Issues on GitHub.

kylooh commented 1 hour ago

I successfully solve this by remove DockerDownloads under user profile folder, and docker and dockerd in System32 folder and re-installing docker-desktop. Hope this helps someone have same problem like me