This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
The following commit(s) were added to refs/heads/master by this push:
new 5942ac1 updated Docker readme to include instructions for setting up
Flagon vm on Docker Desktop (WIN 10)
5942ac1 is described below
commit 5942ac1c8cb5021aee4285fbb38af80c4d7fb6da
Author: poorejc <[email protected]>
AuthorDate: Sun Sep 22 23:13:19 2019 -0400
updated Docker readme to include instructions for setting up Flagon vm on
Docker Desktop (WIN 10)
---
docker/README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docker/README.md b/docker/README.md
index 44619d1..336a64f 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -20,12 +20,14 @@ you may be able to use single node containers within
scaling services (e.g., AWS
requires special configuration. Please reach out to us at [our dev
list](mailto:[email protected]) for recommendations.
1. Create docker-machine instance.
- **Note**: If using Docker Desktop bundle, there is a known bug in
+ **Note**: If using Docker Desktop bundle for OSX, there is a known bug in
the bundled version of virtualbox that will prevent a successful
docker-machine creation.
Before installation, check that virtualbox version is at least 5.2.
[``Reinstall virtualbox``](https://www.virtualbox.org/wiki/Downloads), if
needed.
-
+ **Note**: If using Docker Desktop bundle for Windows 10, you will need to
use ``Hyper-V`` instead of virtual box. Refer to [Docker's
guide](https://docs.docker.com/machine/drivers/hyper-v/) on creating vms with
Hyper-V.
```bash
$ docker-machine create --virtualbox-memory 3072 --virtualbox-cpu-count 2
flagon
+ # Windows 10 users will need to use Hyper-V:
+ > docker-machine create -d hyperv --hyperv-virtual-switch "Primary Virtual
Switch" --hyperv-memory 3072 --hyperv-cpu-count 2 flagon
```
1. Before launching the Docker containers, ensure your ``vm_max_map_count``