mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/toolbox
This commit is contained in:
commit
1de2d83b96
13
README.md
13
README.md
|
|
@ -1,4 +1,4 @@
|
|||
[](https://toolbox.docker.com)
|
||||
[](https://www.docker.com/toolbox)
|
||||
|
||||
The Docker Toolbox installs everything you need to get started with
|
||||
Docker on Mac OS X and Windows, including:
|
||||
|
|
@ -9,6 +9,17 @@ Docker on Mac OS X and Windows, including:
|
|||
- Kitematic (Beta)
|
||||
- VirtualBox
|
||||
|
||||
|
||||
| | Mac | Windows | Linux (Help Wanted) |
|
||||
|------------------------|--------|-------------|---------------------|
|
||||
| Docker Client / Engine | Client | Client | Engine |
|
||||
| Docker Machine | Yes | Yes | Yes |
|
||||
| Docker Compose | Yes | Coming Soon | Yes |
|
||||
| Docker Kitematic | Yes | Yes | Coming Soon |
|
||||
| VirtualBox 5.0 | Yes | Yes | No |
|
||||
|
||||
|
||||
|
||||
## Installation and documentation
|
||||
|
||||
Full documentation [is available
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
'choiceVBox_title' = 'Oracle VM VirtualBox %VBOX_VERSION%';
|
||||
'choiceVBox_msg' = 'Installs the Oracle VM VirtualBox application into /Applications.';
|
||||
|
||||
'RUNNING_VMS_TLE' = "Running VirtualBox detected!";
|
||||
'RUNNING_VMS_MSG' = "The installer has detected that VirtualBox is still running. Please shutdown all running VirtualBox machines and exit VirtualBox. Then restart the Docker Toolbox installation.";
|
||||
'RUNNING_VMS_TLE' = "Please Quit VirtualBox!";
|
||||
'RUNNING_VMS_MSG' = "The installer has detected that VirtualBox is still running. Please quit VirtualBox, and then restart the Docker Toolbox installation.";
|
||||
|
||||
'UNSUPPORTED_HW_MACHINE_TLE' = "Unsupported hardware architecture detected!";
|
||||
'UNSUPPORTED_HW_MACHINE_MSG' = "The installer has detected an unsupported architecture. VirtualBox only runs on the x86 and amd64 architectures.";
|
||||
|
|
|
|||
Loading…
Reference in New Issue