dongweiming / lyanna

My Blog Using Sanic
http://www.dongwm.com
GNU General Public License v3.0
637 stars 173 forks source link

win10 subsystem can't docker-compose up #40

Closed yihong0618 closed 4 years ago

yihong0618 commented 5 years ago

Hi~ I'm using win10 subsystem---ubuntu, when I try to docker-compose up, the web can't start. It seems that the "the command sh -c" can not find the path, could you help me? image

Then I try to docker-compose using my macbook, there's no problem/

dongweiming commented 4 years ago

@yihong0618 youou can pull the latest code and try again, thanks for your feedback

dongweiming commented 4 years ago

@yihong0618 hi, i'm not using windows system, i'm sorry to have misled you, maybe you put the lyanna code outside of C:\Users?

I found some windows related issues that may be helpful to you:

https://github.com/docker/compose/issues/4303 https://github.com/docker/compose/issues/2247 https://github.com/docker/compose/issues/2548

yihong0618 commented 4 years ago

Still have the same problem, seems that it is not a good idea for docker-compose in win10-ubuntu. I decide to do it with my mac, Really thanks a lot~~