This repository was archived by the owner on Sep 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
installerplugins/managevmplugin
mpkg/Plugins/managevmplugin.bundle/Contents/MacOS Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ - (void) didEnterPane:(InstallerSectionDirection)dir {
236236 self.migrateExtraLabel .stringValue = @" Your existing Docker Toolbox VM will not be affected. This should take about a minute." ;
237237 self.statusImage .image = toolboxImage;
238238 self.upgrading = YES ;
239- } else if ([self canMigrateBoot2DockerVM ]) {
239+ } /* else if ([self canMigrateBoot2DockerVM]) {
240240 self.statusImage.image = boot2dockerImage;
241- } else {
241+ }*/ else {
242242 [self gotoNextPane ];
243243 }
244244
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Filename: "{win}\explorer.exe"; Parameters: "{userprograms}\Docker\"; Flags: pos
5252[Tasks]
5353Name : desktopicon ; Description : " {cm:CreateDesktopIcon}"
5454Name : modifypath; Description : " Add docker.exe && docker-machine.exe to &PATH"
55- Name : upgradevm; Description : " Upgrade or Migrate Boot2Docker VM"
55+ Name : upgradevm; Description : " Upgrade Boot2Docker VM"
5656
5757[Components]
5858Name : " Docker" ; Description : " Docker Client for Windows" ; Types : full custom ; Flags : fixed
@@ -398,10 +398,10 @@ begin
398398 begin
399399 if CanUpgradeVM() then begin
400400 Success := UpgradeVM();
401- end
402- else begin
403- Success := MigrateVM();
404401 end ;
402+ // else begin
403+ // Success := MigrateVM();
404+ // end;
405405 end ;
406406 end ;
407407
You can’t perform that action at this time.
0 commit comments