File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 44
55## Startup or update errors
66
7+ ### Reprovision the VM
8+
79You can safely reprovision your VM:
810
911``` bash
@@ -15,3 +17,21 @@ vagrant up --provision
1517vagrant provision
1618```
1719
20+ ### Windows 10 and VMWare
21+
22+ It can happen that the ** Virtual Network Adapters** (in this case host only adapter)
23+ break ** on every shutdown** or ** disconnect** vom Network.
24+
25+ Windows 10 has ** currently issues with Virtual Networks** on different VM Softwares.
26+ With VMWare a Workaround can be reseeting the Network Adapters right before
27+ starting the VM.
28+
29+ 1 . Shut Down the VM (if not down already)
30+ 2 . Open VMWare
31+ 3 . Open in Menu: ** Edit > Virtual Network Editor...**
32+ 4 . Request Admin Rights in this Window (if not already started with them)
33+ 5 . Click: ** Restore Defaults**
34+
35+ This will reset all virtual Network Adapters.
36+ If you now start Vagrant with ** vagrant up** , the required Adapters will be
37+ recreated.
Original file line number Diff line number Diff line change @@ -29,4 +29,16 @@ Hint: This handling is needed if you want to use docker-compose from your host s
2929
3030# Windows specific
3131
32- If you're working under Windows you can put your files under ` /home/vagrant/projects/ `
32+ If you're working under Windows you can put your files under ` /home/vagrant/projects/ `
33+
34+ You can access these Files via Samba.
35+
36+ 1 . Map a new Network Drive
37+ 2 . Select Drive Letter
38+ 3 . Enter: \\ 192.168.56.2
39+ 4 . Browse and select the directory ** projects**
40+
41+ Use the following Credentials:
42+
43+ Username: \vagrant
44+ Password: vagrant
You can’t perform that action at this time.
0 commit comments