diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 84eb6fc245..0000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# Changelog - -## 1.8.0 (draft) - -**Initial release of the Docker Toolbox** - -- The Toolbox installer will give users the option to all or a subset of the following tools on your Mac or Windows computer: - - Docker Client 1.8.0 - - Docker Machine 0.4.0 (Can be used to create Docker Swarm clusters) - - Docker Compose 1.4.0 (Mac only) - - Docker Kitematic 0.8 - - Oracle VirtualBox 5.0.0-101573 (with Kernel Extension & Command Line Utilities) - -- Native installers for Mac OS X and Windows -- Docker Quickstart Terminal shortcut for easily provisioning a local Docker environment diff --git a/ROADMAP.md b/ROADMAP.md index 59b88759aa..458a18b4e5 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,9 +1,5 @@ # Docker Toolbox Roadmap -## Features +## Features * Linux support (help wanted) - -## Documentation Work - -* Contributing guidelines diff --git a/TESTING.md b/TESTING.md deleted file mode 100644 index ca4cc9d2bb..0000000000 --- a/TESTING.md +++ /dev/null @@ -1,57 +0,0 @@ -Docker Toolbox Testing -====================== - -Testing is mostly manual for now. Below you'll find a checklist of cases that have been covered by each release. - -Things to try: -- Old version of VirtualBox running with old version of Boot2Docker - -## Toolbox 1.8.0 RC7 - -### Mac OS X 10.11 - -- [x] Install + Quick Start -- [x] Install + Migrating Boot2Docker -- [x] Install + Start Kitematic - -### Mac OS X 10.10 - -- [x] Install + Quick Start -- [x] Install + Migrating Boot2Docker -- [x] Install + Start Kitematic - -### Mac OS X 10.9 - -- [x] Install + Quick Start -- [x] Install + Migrating Boot2Docker -- [x] Install + Start Kitematic - -### Windows 10 - -- Currently unsupported by Toolbox as VirtualBox 5 does not yet support Windows 10. - -### Windows 8 (8.1) - -- [x] Install + Quick Start -- [failed] Install + Migrating Boot2Docker -- [x] Install + Start Kitematic -*User may encourter Docker Machine errors. -** Boot2docker installer failed to work on the test PC - -Clean install: -1. Open VirtualBox (if installed), and remove all the VMs by choosing Delete all files. - -2. Open Control Panel -> Program and Features -> Uninstall Virtualbox - -3. Uninstall Docker Toolbox (if installed) - -4. Open "File Explorer" -> C:\Users\YOUR_USERNAME\ and delete .docker folder - -5. Run toolbox installer again - -### Windows 7 - -- [x] Install + Quick Start -- [x] Install + Migrating Boot2Docker -- [x] Uninstalling -*User may encourter Docker Machine errors. diff --git a/osx/mpkg/Resources/en.lproj/Localizable.strings b/osx/mpkg/Resources/en.lproj/Localizable.strings index 4c36381966..87bd734848 100644 --- a/osx/mpkg/Resources/en.lproj/Localizable.strings +++ b/osx/mpkg/Resources/en.lproj/Localizable.strings @@ -1,7 +1,7 @@ 'docker_title' = 'Docker Toolbox'; 'choiceDockerCLI_title' = 'Docker Client %DOCKER_VERSION%'; -'choiceDockerCLI_msg' = 'Installs the Docker client for Mac OS X into /usr/local/bin/'; +'choiceDockerCLI_msg' = 'Installs the Docker Client for Mac OS X into /usr/local/bin/'; 'choiceDockerMachineCLI_title' = 'Docker Machine %DOCKERMACHINE_VERSION%'; 'choiceDockerMachineCLI_msg' = 'Installs the Docker Machine binary into /usr/local/bin/'; @@ -15,7 +15,7 @@ 'choiceDockerQuickstartTerminalAPP_title' = 'Docker Quickstart Terminal'; 'choiceDockerQuickstartTerminalAPP_msg' = 'Installs the Docker Quickstart Terminal application into /Applications/Docker/'; -'choiceKitematicAPP_title' = 'Kitematic %KITEMATICAPP_VERSION%'; +'choiceKitematicAPP_title' = 'Docker Kitematic %KITEMATICAPP_VERSION%'; 'choiceKitematicAPP_msg' = 'Installs Kitematic into /Applications/Docker/'; 'choiceVBox_title' = 'Oracle VM VirtualBox %VBOX_VERSION%';