mirror of https://github.com/docker/docs.git
Adjust instructions for how to uninstall Docker Desktop on Mac from the command line (#16263)
This will be available in Docker Desktop 4.16
This commit is contained in:
parent
5b5b60beb3
commit
5fce119ceb
|
@ -39,13 +39,13 @@ To uninstall Docker Desktop from your Mac:
|
|||
|
||||
> Uninstall Docker Desktop from the command line
|
||||
>
|
||||
> To uninstall Docker Desktop from a terminal, run: `<DockerforMacPath>
|
||||
> --uninstall`. If your instance is installed in the default location, this
|
||||
> To uninstall Docker Desktop from a terminal, run: `<path to Docker app>/Contents/MacOS/uninstall`.
|
||||
> If your instance is installed in the default location, this
|
||||
> command provides a clean uninstall:
|
||||
>
|
||||
> ```console
|
||||
> $ /Applications/Docker.app/Contents/MacOS/Docker --uninstall
|
||||
> Docker is running, exiting...
|
||||
> $ /Applications/Docker.app/Contents/MacOS/uninstall
|
||||
> Uninstalling Docker Desktop...
|
||||
> Docker uninstalled successfully. You can move the Docker application to the trash.
|
||||
> ```
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue