Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in make command in Windows. #7

Open
Yuva-Adhithyan opened this issue Sep 20, 2023 · 4 comments
Open

Error in make command in Windows. #7

Yuva-Adhithyan opened this issue Sep 20, 2023 · 4 comments

Comments

@Yuva-Adhithyan
Copy link

image

@streetdogg
Copy link
Contributor

@ Yuva-Adhithyan: Hello! The make command needs to be run from within the docker terminal. From the screenshot, I see that the command was executed from the windows environment.

@freaX22 - was wondering if you have any inputs for this?

@therustyengineer
Copy link
Contributor

Can you try these two things

1- launch docker desktop and verify if your container is running or not

Use the below command
docker exec -it c-ninja-linux /bin/zsh -c "touch ~/.zshrc; cd /home/c-ninja/Documents; zsh -i"

To launch the container and get linux shell running in docker

Then you should be able to launch make.

If the problem exists can you share screenshot pf your docker-desktop screen

@streetdogg
Copy link
Contributor

@Yuva-Adhithyan - Can you confirm if the steps in #7 (comment) helped?

@mahussain1
Copy link

For me, #7 (comment) works perfectly well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants