dev-environments icon indicating copy to clipboard operation
dev-environments copied to clipboard

bash: make: command not found

Open smoms opened this issue 3 years ago • 3 comments

followed the example:

https://docs.docker.com/desktop/dev-environments/#start-a-single-container-dev-environment

but I get bash: make: command not found error.

smoms avatar Sep 20 '21 21:09 smoms

Hello @smoms I just change the base image use by the single-dev-environment sample, can you try to recreate a new dev env from the sample and check everything is ok now, please?

glours avatar Sep 21 '21 17:09 glours

@glours now the image looks ok. Once the sample app starts though, I open the browser on http://localhost:8080/ it hangs for ever...

smoms avatar Sep 21 '21 18:09 smoms

Yes, it seems there is some issues on the VsCode side with port forwarding since the 1.60.0 version https://github.com/microsoft/vscode-remote-release/issues/5551

Can you check that you can curl the server directly from a terminal in VsCode with curl http://localhost:8080?

glours avatar Sep 21 '21 19:09 glours