[X] I made sure the question is not listed in the FAQ.
Is this a general question and not a technical issue?
[X] 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)
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
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)