File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1228,7 +1228,7 @@ events or unexpected unmounts.
1228
1228
* osxfs: fixed an issue causing ` inotify ` creation events to fail
1229
1229
* osxfs: increased the ` fs.inotify.max_user_watches ` limit in Moby to 524288
1230
1230
* The UI shows documentation link for sharing volumes
1231
- * Clearer error message when running with outdated Virtualbox version
1231
+ * Clearer error message when running with outdated VirtualBox version
1232
1232
* Added link to sources for qemu-img
1233
1233
1234
1234
** Known issues**
@@ -1648,7 +1648,7 @@ lead to `Docker.app` not starting on reboot
1648
1648
- Fixed RAM amount error message
1649
1649
- Fixed wording of CPU error dialog
1650
1650
- Removed status from Preferences
1651
- - Check for incompatible versions of Virtualbox
1651
+ - Check for incompatible versions of VirtualBox
1652
1652
1653
1653
### Beta 4 Release (2016-03-22 1.10.3-beta4)
1654
1654
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ HyperKit is a hypervisor built on top of the Hypervisor.framework in macOS. It r
334
334
dependencies.
335
335
336
336
We use HyperKit to eliminate the need for other VM products, such as Oracle
337
- Virtualbox or VMWare Fusion.
337
+ VirtualBox or VMWare Fusion.
338
338
339
339
### What is the benefit of HyperKit?
340
340
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ $ docker-machine create -d virtualbox \
156
156
foobarmachine
157
157
```
158
158
159
- This creates a virtual machine running locally in Virtualbox which uses the
159
+ This creates a virtual machine running locally in VirtualBox which uses the
160
160
` overlay ` storage backend, has the key-value pairs ` foo=bar ` and ` spam=eggs ` as
161
161
labels on the engine, and allows pushing / pulling from the insecure registry
162
162
located at ` registry.myco.com ` . You can verify much of this by inspecting the
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ toc_max: 2
523
523
- Update Boot2Docker cache in PreCreateCheck phase
524
524
- OpenStack
525
525
- Filter floating IPs by tenant ID
526
- - Virtualbox
526
+ - VirtualBox
527
527
- Reject duplicate hostonlyifs Name/IP with clear message
528
528
- Detect when hostonlyif can't be created. Point to known working version of VirtualBox
529
529
- Don't create the VM if no hardware virtualization is available and add a flag to force create
@@ -581,7 +581,7 @@ Non-core driver plugins should still work as intended (in externally distributed
581
581
- Generic
582
582
- Support password protected ssh keys though ssh-agent
583
583
- Support DNS names
584
- - Virtualbox
584
+ - VirtualBox
585
585
- Show a warning if virtualbox is too old
586
586
- Recognize yet another Hardware Virtualization issue pattern
587
587
- Fix Hardware Virtualization on Linux/AMD
You can’t perform that action at this time.
0 commit comments