Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Temporary disable boot2docker migration
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <[email protected]>
  • Loading branch information
jmorganca committed Nov 3, 2015
1 parent 4992538 commit c2f2f53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions osx/installerplugins/managevmplugin/managevmpluginPane.m
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ - (void) didEnterPane:(InstallerSectionDirection)dir {
self.migrateExtraLabel.stringValue = @"Your existing Docker Toolbox VM will not be affected. This should take about a minute.";
self.statusImage.image = toolboxImage;
self.upgrading = YES;
} else if ([self canMigrateBoot2DockerVM]) {
} /*else if ([self canMigrateBoot2DockerVM]) {
self.statusImage.image = boot2dockerImage;
} else {
}*/ else {
[self gotoNextPane];
}

Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions windows/Toolbox.iss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Filename: "{win}\explorer.exe"; Parameters: "{userprograms}\Docker\"; Flags: pos
[Tasks]
Name: desktopicon; Description: "{cm:CreateDesktopIcon}"
Name: modifypath; Description: "Add docker.exe && docker-machine.exe to &PATH"
Name: upgradevm; Description: "Upgrade or Migrate Boot2Docker VM"
Name: upgradevm; Description: "Upgrade Boot2Docker VM"

[Components]
Name: "Docker"; Description: "Docker Client for Windows" ; Types: full custom; Flags: fixed
Expand Down Expand Up @@ -398,10 +398,10 @@ begin
begin
if CanUpgradeVM() then begin
Success := UpgradeVM();
end
else begin
Success := MigrateVM();
end;
// else begin
// Success := MigrateVM();
// end;
end;
end;
Expand Down

0 comments on commit c2f2f53

Please sign in to comment.