質問編集履歴

1

追記

2021/07/05 07:00

投稿

larachan
larachan

スコア28

test CHANGED
File without changes
test CHANGED
@@ -72,4 +72,28 @@
72
72
 
73
73
 
74
74
 
75
- 以上、宜しくお願い致します
75
+ 以上、宜しくお願い致します
76
+
77
+
78
+
79
+ ちなみに
80
+
81
+
82
+
83
+ docker versionなどは実行できます
84
+
85
+
86
+
87
+ ```ここに言語を入力
88
+
89
+ PS C:\WINDOWS\system32> docker --version
90
+
91
+ Docker version 20.10.7, build f0df350
92
+
93
+ PS C:\WINDOWS\system32> docker run hello-world
94
+
95
+ docker: error during connect: Post "https://192.168.99.102:2376/v1.24/containers/create": dial tcp 192.168.99.102:2376: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
96
+
97
+ See 'docker run --help'.
98
+
99
+ ```