-
Notifications
You must be signed in to change notification settings - Fork 17
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 running spid-sp-test as Docker container on Windows 10 #56
Comments
Seems to be related to this I have to check on a Windows machine. Do a eol fix before Building the image, this should do the trick. If It's the patch feel free to l'et us know, I'll purpose your contribution for the next release |
Here It Is
|
For a Quick way, don't rebuild the docker but Just enter in It executing a bash docker exec -it bash Then you'll find the spid_sp_test executable and a closer way to test our ipothesys |
I resolved this issue disinstalling all Python version installed on my pc, deleting the folders relating to Python that didn't deleted during disinstallation and deleting the related environment variables. Then I installed Python to the path adviced from installer (behind user folder and not in C:\Program Files), than I added python paths on env variable. All works fine. |
I solved using
|
I was tying to setup a test environment on my host as a Docker container. I started cloning the repo locally. Then, I built the image typing
docker build -t italia/spid-sp-test:0.5.6 .
, as reported in doc, and the image was successfully built. Then, I tried to run the image in a local container, but this is the output:I am working on a Windows 10 host. It seems like something goes wrong when interpeting the CRLF or the EoL chars in general.
The text was updated successfully, but these errors were encountered: