質問編集履歴
3
追記3
test
CHANGED
File without changes
|
test
CHANGED
@@ -141,3 +141,9 @@
|
|
141
141
|
|
142
142
|
|
143
143
|
> ERROR: Service 'web' failed to build: pull access denied for python3, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
**追記3**
|
148
|
+
|
149
|
+
Dockerfileの、```FROM python3```ここの部分を```FROM python:3.7-alpine```このように変更したら、追記2のエラーは解消されました。
|
2
追記②
test
CHANGED
File without changes
|
test
CHANGED
@@ -127,3 +127,17 @@
|
|
127
127
|
> ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
|
128
128
|
|
129
129
|
in "./docker-compose.yml", line 2, column 9
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
**追記2**
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
docker-compose.ymlをご回答頂いた内容に変更後、
|
138
|
+
|
139
|
+
``docker-compose run web django-admin.py startproject examplepj .``コマンドを実行しましたら、pullには成功したようなのですが、エラーが表示されました。
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
> ERROR: Service 'web' failed to build: pull access denied for python3, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -115,3 +115,15 @@
|
|
115
115
|
エラー内容で検索し調べてみたのですが、解決につながる記事が見つかっていない状況です。
|
116
116
|
|
117
117
|
こちらのエラーの解消につきまして、ご助言頂けましたら幸いです。
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
**追記**
|
122
|
+
|
123
|
+
```docker-compose (docker-machine config default | xargs ) ps```こちらのコマンドを実行後、再び```docker-compose run web django-admin.py startproject examplepj .```を実行しましたら、以下のエラーが表示されました。
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
> ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
|
128
|
+
|
129
|
+
in "./docker-compose.yml", line 2, column 9
|