You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made sure the question is not listed in the FAQ.
Is this a general question and not a technical issue?
I am sure my question is not about a technical issue.
Question
I would like to use the image in a devcontainer, vscode tries it.
This what I already done: create a workspace with a file called .devcontainer/devcontainer.json with the following content:
Then open the workspace with vscode and execute remote-containers.reopenInContainer command
In local it was working, but because I didn't have enough space, I think it failed.
I also tried at codespaces, limiting the disk space to 16G with "containerEnv":{"DISK_SIZE":"16G"}, and it booted, but trying to access to the desktop from the browser doesn't seem to be working (connection refused)
The text was updated successfully, but these errors were encountered:
Is your question not already answered in the FAQ?
Is this a general question and not a technical issue?
Question
I would like to use the image in a devcontainer, vscode tries it.
This what I already done: create a workspace with a file called
.devcontainer/devcontainer.json
with the following content:Then open the workspace with vscode and execute
remote-containers.reopenInContainer
commandIn local it was working, but because I didn't have enough space, I think it failed.
I also tried at codespaces, limiting the disk space to 16G with
"containerEnv":{"DISK_SIZE":"16G"}
, and it booted, but trying to access to the desktop from the browser doesn't seem to be working (connection refused)The text was updated successfully, but these errors were encountered: