質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -45,3 +45,19 @@
|
|
45
45
|
Error creating machine: Error in driver during machine creation: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
|
46
46
|
|
47
47
|
```
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
環境
|
52
|
+
|
53
|
+
$ docker --version
|
54
|
+
|
55
|
+
Docker version 19.03.5, build 633a0ea
|
56
|
+
|
57
|
+
$ VBoxManage -v
|
58
|
+
|
59
|
+
5.2.14r123301
|
60
|
+
|
61
|
+
$ docker-machine --version
|
62
|
+
|
63
|
+
docker-machine version 0.16.2, build bd45ab13
|