質問編集履歴

1

追記

2020/01/20 02:56

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,57 @@
81
81
 
82
82
 
83
83
  すみませんが、よろしければ解決策のご教授をお願いします。
84
+
85
+
86
+
87
+
88
+
89
+ 追記:
90
+
91
+ ```
92
+
93
+ $ docker-machine create --driver amazonec2 --amazonec2-access-key *** --amazonec2-secret-key ***--amazonec2-open-port 8000 --amazonec2-region ap-northeast-1 aws-sandbox
94
+
95
+ ```
96
+
97
+ > Running pre-create checks...
98
+
99
+ > Creating machine...
100
+
101
+ > (aws-sandbox) Launching instance...
102
+
103
+ > Waiting for machine to be running, this may take a few minutes...
104
+
105
+ > Detecting operating system of created instance...
106
+
107
+ > Waiting for SSH to be available...
108
+
109
+ > Detecting the provisioner...
110
+
111
+ > Provisioning with ubuntu(systemd)...
112
+
113
+ > Installing Docker...
114
+
115
+ > Copying certs to the local machine directory...
116
+
117
+ > Copying certs to the remote machine...
118
+
119
+ > Setting Docker configuration on the remote daemon...
120
+
121
+ > Checking connection to Docker...
122
+
123
+ > Docker is up and running!
124
+
125
+ > To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: C:\Program Files\Docker Toolbox\docker-machine.exe env aws-sandbox
126
+
127
+
128
+
129
+ ```
130
+
131
+ $ docker-machine ls
132
+
133
+ ```
134
+
135
+ > NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
136
+
137
+ > aws-sandbox * amazonec2 Running tcp://3.112.210.237:2376 v19.03.5