質問編集履歴

7

追記

2020/05/04 06:37

投稿

study_111
study_111

スコア82

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,11 @@
28
28
 
29
29
  **追記**
30
30
 
31
- 下記のコマンドを打ち込んだら、「/usr/local/bin」の表示色が代わり、コマンドが打てました。
31
+ 下記のコマンドを打ち込んだら、「/usr/local/bin/docker-machine」の表示色が代わり、コマンドが打てました。
32
32
 
33
33
  > curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`(uname -s)`-`(uname -m)` >/usr/local/bin/docker-machine && chmod +x /usr/local/bin/docker-machine
34
+
35
+ ![イメージ説明](caee07b0fe1b3790018ec95ac3bb6131.png)
34
36
 
35
37
 
36
38
 

6

追記

2020/05/04 06:37

投稿

study_111
study_111

スコア82

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  **追記**
30
30
 
31
- 下記のコマンドを打ち込んだら、表示色が代わり、コマンドが打てました。
31
+ 下記のコマンドを打ち込んだら、「/usr/local/bin」内の表示色が代わり、コマンドが打てました。
32
32
 
33
33
  > curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`(uname -s)`-`(uname -m)` >/usr/local/bin/docker-machine && chmod +x /usr/local/bin/docker-machine
34
34
 

5

追記

2020/05/04 06:36

投稿

study_111
study_111

スコア82

test CHANGED
File without changes
test CHANGED
@@ -51,3 +51,5 @@
51
51
  ※環境情報
52
52
 
53
53
  MacOS 「10.14.6」
54
+
55
+ ターミナル「fish」

4

追記

2020/05/04 06:14

投稿

study_111
study_111

スコア82

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- しかし、新たに以下のエラーが表示されてしまっている状況です。
37
+ しかし、「docker-machine」コマンドを打ち込んだ際、新たに以下のエラーが表示されてしまっている状況です。
38
38
 
39
39
 
40
40
 
@@ -45,3 +45,9 @@
45
45
  exec: Exec format error
46
46
 
47
47
  The file '/usr/local/bin/docker-machine' is marked as an executable but could not be run by the operating system.
48
+
49
+
50
+
51
+ ※環境情報
52
+
53
+ MacOS 「10.14.6」

3

追記

2020/05/04 06:08

投稿

study_111
study_111

スコア82

test CHANGED
File without changes
test CHANGED
@@ -23,3 +23,25 @@
23
23
  これが原因しているということはありますでしょうか?
24
24
 
25
25
  コマンドが実行できない原因について、ご助言頂けましたら幸いです。
26
+
27
+
28
+
29
+ **追記**
30
+
31
+ 下記のコマンドを打ち込んだら、表示色が代わり、コマンドが打てました。
32
+
33
+ > curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`(uname -s)`-`(uname -m)` >/usr/local/bin/docker-machine && chmod +x /usr/local/bin/docker-machine
34
+
35
+
36
+
37
+ しかし、新たに以下のエラーが表示されてしまっている状況です。
38
+
39
+
40
+
41
+
42
+
43
+ > Failed to execute process '/usr/local/bin/docker-machine'. Reason:
44
+
45
+ exec: Exec format error
46
+
47
+ The file '/usr/local/bin/docker-machine' is marked as an executable but could not be run by the operating system.

2

タイトル修正

2020/05/04 06:05

投稿

study_111
study_111

スコア82

test CHANGED
@@ -1 +1 @@
1
- 「usr/local/bin」に存在するコマンドが実行できない
1
+ /usr/local/bin」に存在するコマンドが実行できない
test CHANGED
File without changes

1

修正

2020/05/04 05:54

投稿

study_111
study_111

スコア82

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- [docker docs](https://docs.docker.com/machine/install-machine/)の手順に従い、Docker Machineダウンロードを試みたのですが、コマンド実行の部分でつまづいてしまいました。
1
+ [docker docs](https://docs.docker.com/machine/install-machine/)の手順に従い、Docker Machineダウンロードを試みたのですが、コマンド実行の部分でつまづいてしまいました。
2
2
 
3
3
  リンク先記事の「Docker Machineをインストールする」の「Docker Machineバイナリをダウンロードして、PATHに抽出します。」のコマンドを下記のように実行しました。
4
4