mirror of https://github.com/docker/docs.git
Remove AUTOSTART from example as we don't support it at the moment (#1249)
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
This commit is contained in:
parent
13470877ee
commit
dd2e0ee9b9
|
@ -89,7 +89,7 @@ You can also set the following properties:
|
|||
|
||||
For example:
|
||||
|
||||
msiexec /i DockerDesktop.msi /quiet AUTOSTART=no STARTMENUSHORTCUT=no INSTALLDIR=”D:\Docker Desktop”
|
||||
msiexec /i DockerDesktop.msi /quiet STARTMENUSHORTCUT=no INSTALLDIR=”D:\Docker Desktop”
|
||||
|
||||
Docker Desktop Enterprise includes a command line executable to install and uninstall version packs. When you install DDE, the command line tool is installed at the following location:
|
||||
|
||||
|
|
Loading…
Reference in New Issue