Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to easily install and uninstall docker on MacOs

Tags:

docker

macos

My question is

How to easily install docker to have it available in terminal and how to uninstall docker on osx?

like image 784
Kamil Kiełczewski Avatar asked Jun 03 '17 16:06

Kamil Kiełczewski


People also ask

How do I uninstall and reinstall Docker on my Mac?

For this launch Activity Monitor and check all running processes on your Mac. If you find any process that has “Docker” in its name, select it and click the “X” button in the top left corner to close it. Go to the Applications folder in Finder and find and remove the Docker app to Trash.

How do I completely remove Docker from Mac desktop?

To uninstall Docker Desktop from your Mac: From the Docker menu, select Troubleshoot and then select Uninstall. Click Uninstall to confirm your selection.

How do I uninstall and remove Docker?

Removing one or more containers To remove one or more Docker containers, use the docker container rm command, followed by the IDs of the containers you want to remove.


1 Answers

To Install:

  1. Go Here
  2. Click the "Get Docker" or "Get Docker Desktop for Mac (Stable)" button.
  3. Double-click the DMG
  4. Drag Docker into Applications
  5. Open Docker
  6. Open Terminal after install and docker will be available. Docker should auto-launch on subsequent startups and be available on command line.

To Uninstall:

  1. Click On Docker Icon
  2. Select Preferences
  3. Select Bug Icon for the Troubleshoot menu (Bomb Icon in older Docker UI)
  4. Select Uninstall

An image of Troubleshoot menu that includes Uninstall button

like image 158
Cynic Avatar answered Oct 10 '22 17:10

Cynic