Devcontainer configuration for Codespaces #49330
Replies: 2 comments
-
When i tried to reproducing this issue; there is the steps for reproducing this issue;
First error log creation-1.log
I did this because I noticed errors such as downloading files, creating folders, insufficient disk. |
Beta Was this translation helpful? Give feedback.
-
Based on the error message, it appears the the issue might be related to the size of disk the machine is one. I'm surprised by this because the default size (32gb) seems like more than enough... It's not entirely clear to me why setting the FWIW, I was able to repro this as well.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
After watching https://youtu.be/hVdwb41FPvU?t=3568 video and @captainsafia showcase.
I tried to run aspnetcore fork on my codespace but i got an error like the video 😄 .
Changes on made https://github.com/dotnet/aspnetcore/blob/main/.devcontainer/devcontainer.json file.
First i tried to run it root user ;
Then i got another error and looked some issues i found this;
microsoft/vscode-remote-release#8585 (comment)
After that i changed the onCreateCommand to this;
I was able to run the container without any error.
Is this something that should happen, configured for local development or Is it just me?
Beta Was this translation helpful? Give feedback.
All reactions