Fix invocation of `dockerdesktop-admin`

This commit is contained in:
Mathieu Champlon 2019-08-29 11:11:45 +02:00 committed by GitHub
parent 3e8ba647c4
commit fbe93c9da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ When you install Docker Desktop Enterprise, the command line tool is installed a
Run the following command to install or upgrade a version pack to the version contained in the specified `.ddvp` archive:
dockerdesktop-admin version-pack install [path-to-archive]
sudo /Applications/Docker.app/Contents/Resources/bin/dockerdesktop-admin version-pack install [path-to-archive]
>**Note:** You must stop Docker Desktop before installing a version pack.
@ -92,7 +92,7 @@ Run the following command to install or upgrade a version pack to the version co
Run the following command to uninstall the specified version pack:
dockerdesktop-admin version-pack uninstall [version-pack-name]
sudo /Applications/Docker.app/Contents/Resources/bin/dockerdesktop-admin version-pack uninstall [version-pack-name]
>**Note:** You must stop Docker Desktop before uninstalling a version pack.