-
Notifications
You must be signed in to change notification settings - Fork 152
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
build-mono-docker.ps1 fails to run out the box #453
Comments
@ChrisMaddock Probably a stupid question 😄, but did you run the docker client in elevated mode as the error message hinted? |
I ran the script in elevated mode, yep. I presume I don’t need to be running something else separately, alongside running this script? |
Running in an elevated PS shell I was able to get all the way to the Tests task. There
|
@ChrisMaddock I got the same error message you did after a Docker upgrade. For some reason docker didn't start up after the update. A reboot fixed it. @mikkelbu the error you reported slipped in with my updates to the docker image, sorry. I updated the image recently for the changes to the engine so that we had the newer .NET Core SDKs to build with. I didn't test with a few of the final changes though. It looks like I need to install .NET Core 1.1.2 and 2.0.6 into the image. I'll assign this to myself. |
I don't generally touch mono, but just tried out this script to debug #452. I followed the instructions in BUILDING.MD, which just say to install docker, and run
.\build-mono-docker.ps1 -t test
.The script failed with the below message:
I've never touched Docker before, so have no idea what to do with that information! 😄 Anyone more familiar than I am have any guesses as to a fix we could put in?
The text was updated successfully, but these errors were encountered: