質問編集履歴
2
ログに固有の情報が記載されていたため削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,6 @@
|
|
9
9
|
docker -H [パソコンBのコンピュータ名]:2375 version
|
10
10
|
|
11
11
|
以下の結果が表示されました。
|
12
|
-
error during connect: Get http://
|
12
|
+
error during connect: Get http://[PC_B_Hostname]:2375/v1.40/version: dial tcp 10.183.XXX.XXX:2375: 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.
|
13
13
|
|
14
14
|
よろしくお願いいたします。
|
1
見やすくするために改行を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
タイトル:dockerデーモンへリモートアクセスしたい
|
2
2
|
|
3
|
+
パソコンA(Windows10 + DockerForWindows)から、
|
3
|
-
パソコン
|
4
|
+
パソコンB(Windows10 + DockerForWindows)のDockerデーモンへ
|
4
5
|
リモートアクセスするためにはどうしたらよいでしょうか?
|
5
6
|
|
6
7
|
やったこと:
|