3 Ways to Completely Uninstall Docker Desktop on Mac
Summary: We will walk you through how to completely uninstall Docker on Mac in 3 ways.
Docker is an open-source platform where you can deliver software in packages. If you need to reinstall it for issues like unresponsiveness and crashes, or if you want to remove it because it takes up too much space, follow this guide to learn how to completely uninstall it from your Mac.
What Is Docker?
Docker is an open-source platform for developing, shipping, and running applications. Compared with virtual machines, Docker wins in terms of rapid development, efficient virtualization, small footprint, and low cost.
However, it also has limitations such as a steep learning curve, limited features, lack of security, etc.
Whatever reason you want to uninstall it from your Mac, read on this blog, and we will show you how to completely remove it from your Mac in 3 ways.
How to Quickly Uninstall Docker on Mac Using BuhoCleaner
If you're looking for a quick and safe way to uninstall Docker from your Mac, use BuhoCleaner, the best app uninstaller for Mac. Not only can you use it to uninstall Docker without leaving any traces, but also you can use it to delete the residual files of uninstalled apps with one click.
Here's how to use BuhoCleaner to uninstaller Docker:
- Download, install and launch BuhoCleaner.
- Click App Uninstaller in the BuhoCleaner sidebar and click the Scan button.
- When the scanning process is done, you can see all the apps installed on your Mac. Locate Docker, tick the box next to it, and click the Remove button. (If Docker is in use, you may be asked to quit it first.)
How to Manually Uninstall Docker on Mac Using Finder
Docker comes with a built-in uninstaller. However, this tool can only remove some of the Docker files. To completely uninstall Docker from Mac, you can use Finder.
Here's what you need to do:
1. Quit Docker
If Docker is still running in the background, you may not be able to delete it. It is recommended that you use Activity Monitor to quit all its processes first.
- Open Activity Monitor via Launchpad or Spotlight.
- Highlight all Docker processes, click the Stop button in the toolbar, and click Quit or Force Quit.
2. Uninstall Docker App
- Open Finder > Applications.
- Find the Docker icon and drag it to the Trash.
3. Remove Docker's Related Files
- Click the File menu in Finder and choose Go to Folder.
- Go over the files in the following paths and move them to the Trash.
~/Library/Caches/com.docker.docker
~/Library/Cookies/com.docker.docker.binarycookies
~/Library/Group Containers/group.com.docker
~/Library/Logs/Docker Desktop
~/Library/Preferences/com.docker.docker.plist
~/Library/Preferences/com.electron.docker-frontend.plist
~/Library/Saved Application State/com.electron.docker-frontend.savedState
~/.docker
/Library/LaunchDaemons/com.docker.vmnetd.plist
/Library/PrivilegedHelperTools/com.docker.vmnetd
/usr/local/lib/docker
4. Empty your Trash.
How to Uninstall Docker on Mac Using Terminal
Another way to uninstall Docker is to use the Terminal. Note that this method is risky. If you aren't familiar with commands, we recommend using one of the two methods mentioned above.
- Launch Terminal.
- Run the commands one after the other in the Terminal.
sudo rm -rf ~/.docker
sudo rm -rf ~/Library/Containers/com.docker.docker
sudo rm -rf ~/Library/Group\ Containers/group.com.docker
sudo rm -rf ~/Library/Caches/com.docker.docker
sudo rm -rf /Library/PrivilegedHelperTools/com.docker.vmnetd
sudo rm -rf /Library/LaunchDaemons/com.docker.vmnetd.plist
sudo rm -rf /usr/local/lib/docker
sudo rm -rf ~/Library/Application\ Support/Docker\ Desktop
sudo rm -rf ~/Library/Preferences/com.docker.docker.plist
sudo rm -rf ~/Library/Saved\ Application\ State/com.electron.docker-frontend.savedState
sudo rm -rf ~/Library/Group\ Containers/group.com.docker
sudo rm -rf ~/Library/Logs/Docker\ Desktop
sudo rm -rf ~/Library/Preferences/com.electron.docker-frontend.plist
sudo rm -rf ~/Library/Cookies/com.docker.docker.binarycookies
rm-rf
command is dangerous. Please use with caution. It is recommended that you copy and paste the command into Terminal to avoid deleting files by mistake.Conclusion
Now you have 3 ways to completely uninstall Docker on Mac. Which one do you like to try first?
By the way, BuhoCleaner is more than an app remover, it is also a cleaning tool that can clean and speed up your Mac in seconds. Don't forget to give it a try.
Peter Aaron is a "crazy" fan of the iPhone. He has been spending years writing helpful tutorials for iPhone users solving tackle iPhone-related issues.