davidcallanan / os-series

818 stars 119 forks source link

Build error #10

Closed shashankrp closed 3 years ago

shashankrp commented 3 years ago

I am facing this issue "docker build buildenv -t myos-buildenv unable to prepare context: path "buildenv" not found" so any solution Screenshot (188)

shashankrp commented 3 years ago

solved the above issue by using "docker build -t myown-env" but now i got a new issue that is image

davidcallanan commented 3 years ago

Latest problem is a duplicate of #5 I think.

davidcallanan commented 2 years ago

Shouldn't it be Dockerfile not dockerfile? Try rename the file and then use your initial command.