Closed Yuva-Adhithyan closed 1 week ago
@ 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?
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
@Yuva-Adhithyan - Can you confirm if the steps in https://github.com/in-pyjama/c-ninja-listings/issues/7#issuecomment-1732289986 helped?
For me, https://github.com/inpyjama/c-ninja-listings/issues/7#issuecomment-1732289986 works perfectly well.