mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/toolbox
This commit is contained in:
commit
4493b497f6
|
|
@ -0,0 +1,14 @@
|
|||
Contributing to Docker Toolbox
|
||||
==================================
|
||||
|
||||
The Docker Toolbox is a part of the [Docker](https://www.docker.com) project, and follows
|
||||
the [contributing guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md). If you're already familiar with the way
|
||||
Docker does things, you'll feel right at home.
|
||||
|
||||
Please [sign your work](https://github.com/docker/docker/blob/master/CONTRIBUTING.md#sign-your-work) before creating a pull request.
|
||||
|
||||
Thanks for taking the time to improve the Docker Toolbox!
|
||||
|
||||
## License
|
||||
|
||||
By contributing your code, you agree to license your contribution under the [Apache license](https://github.com/docker/toolbox/blob/master/LICENSE/LICENSE).
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
Docker Toolbox Testing
|
||||
======================
|
||||
|
||||
Testing is mostly manual for now. Below you'll find a checklist of cases that have been covered by each release:
|
||||
|
||||
## Toolbox 1.8.0 RC7
|
||||
|
||||
### Mac OS X 10.11
|
||||
|
||||
- [ ] Install + Quick Start
|
||||
- [ ] Install + Migrating Boot2Docker
|
||||
|
||||
### Mac OS X 10.10
|
||||
|
||||
- [ ] Install + Quick Start
|
||||
- [ ] Install + Migrating Boot2Docker
|
||||
|
||||
### Mac OS X 10.9
|
||||
|
||||
- [ ] Install + Quick Start
|
||||
- [ ] Install + Migrating Boot2Docker
|
||||
|
||||
### Windows 10
|
||||
|
||||
Currently unsupported by Toolbox as VirtualBox 5 does not yet support Windows 10.
|
||||
|
||||
### Windows 8
|
||||
|
||||
- [ ] Install + Quick Start
|
||||
- [ ] Install + Migrating Boot2Docker
|
||||
|
||||
### Windows 7
|
||||
|
||||
- [x] Install + Quick Start
|
||||
- [x] Install + Migrating Boot2Docker
|
||||
- [x] Uninstalling
|
||||
Loading…
Reference in New Issue