-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG]: Remote Desktop Problem #9
Comments
This is similar (although not the same) under Windows OS. The remote desktop only works with the first launch of the container but then (after re-starting the container) it refuses the connection. The steps to remedy are the same as above: rebuild or delete the container. Could it be some issues with port allocation between the host and the container? Btw. it seems that this particular issue does not affect the installations on PCs with the POP OS. Steps To Reproduce
|
And one more comment that may help, the current configuration that @ibrahimhroob uses for aoc_fruit_detector doesn't have this issue. |
This is not a bug, but a feature ;-) devcontainers are not deleted but stopped when a VSCode session ends. When one reconnects, the existing container is just started again. So, one solution is to change
to use The other option, as discussed in microsoft/vscode-remote-release#3512 could be to add "runArgs": [
"--rm"
], to the |
Thanks Marc, I will try this on Windows and report back. |
using |
using |
Cool, who does the honours of opening a PR to fix this issue? |
pinging @ibrahimhroob to consider adopting this in derived repositories like the AOC ones. |
closed by #10 |
Description of the bug
When you first build the container, the remote desktop works well. However, when you restart the PC and reopen the container remote desktop doesn't work unless you rebuild the container or delete the container itself before opening.
Steps To Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: