mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/toolbox
This commit is contained in:
commit
75b30787d3
|
|
@ -44,7 +44,7 @@ RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/re
|
|||
ENV KITEMATIC_VERSION 0.8.2
|
||||
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
|
||||
|
||||
ENV INSTALLER_VERSION 1.8.1
|
||||
ENV INSTALLER_VERSION 1.8.1a
|
||||
|
||||
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
|
||||
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
{
|
||||
test = system.version['ProductVersion'];
|
||||
system.log("OS version detected: " + test);
|
||||
result = (system.compareVersions(test, '10.9') >= 0);
|
||||
result = (system.compareVersions(test, '10.8') >= 0);
|
||||
} catch (e) { system.log(e); result = false; }
|
||||
|
||||
if (!result)
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@
|
|||
'UNSUPPORTED_HW_MACHINE_MSG' = "The installer has detected an unsupported architecture. VirtualBox only runs on the x86 and amd64 architectures.";
|
||||
|
||||
'UNSUPPORTED_OS_TLE' = "Unsupported OS version detected!";
|
||||
'UNSUPPORTED_OS_MSG' = "The installer has detected an unsupported operation system. VirtualBox requires Mac OS X 10.6 or later.";
|
||||
'UNSUPPORTED_OS_MSG' = "The installer has detected an unsupported operation system. Please upgrade to Mac OS X 10.8 or later.";
|
||||
|
|
|
|||
Loading…
Reference in New Issue