nicbet / docker-phoenix

A dockerized Phoenix development and runtime environment.
GNU General Public License v3.0
277 stars 57 forks source link

Build step doesn't finish on downloading docker layer #13

Closed nicbet closed 5 years ago

nicbet commented 5 years ago

hi, i got a problem when following the readme, but i can't finish the build step. here are the result as bellow:

$ ./mix phx.new . --app hello Pulling db (postgres:10)... 10: Pulling from library/postgres a5a6f2f73cd8: Already exists e50fbea8af5a: Already exists 73b4855ad326: Already exists 39616673f22b: Already exists 94e1b79f69ee: Downloading [==========> ] 1.359MB/6.183MB

i can't finish this downloading. so, what can i do , switch to another mirror ?

is there anything wrong? i am in win10 and i use docker-terminal mode to excute the script.

Originally posted by @gofighting123 in https://github.com/nicbet/docker-phoenix/issues/11#issuecomment-447755784

gofighting123 commented 5 years ago

i just fixed this problem by switching to my own wifi mobile network. it works :) still working on the next problem: ** (Mix) The task "ecto.create" could not be found A.A.... thanks for your reply, really.

nicbet commented 5 years ago

@gofighting123 Feel free to open a new issue with the full error message.