Incorrect value of 'remoteUser' cannot be fixed
See original GitHub issueRepro state:
- Create a sample project with ‘devcontainer.json’ in it
- Modify ‘devcontainer.json’ to include:
"remoteUser": "helloRoot"
- Run ‘npx devcontainer up …’, to see an expected error message: “Shell server terminated unable to find user helloRoot”
- Modify ‘devcontainer.json’ and fix the spelling of the remote user:
"remoteUser": "root"
- Run ‘npx devcontainer up’ again.
This command will not succeed – even though ‘devcontainer.json’ file was fixed.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
'ansible_user' is undefined · Issue #23530 · ansible ... - GitHub
=> {"msg": "The field 'become_user' has an invalid value, which includes an undefined variable. The error was: 'ansible_ssh_user' is undefined"} ...
Read more >How do I fix error: Failed to convert value of type 'java.lang ...
I keep getting following error message: (type=Bad Request, status=400). Failed to convert value of type 'java.lang.String' to required type ...
Read more >Fix list for IBM Personal Communications
This document contains a complete listing of releases, refreshes, fix packs and interim fixes sorted by version for IBM Personal ...
Read more >Troubleshoot the creation of an SMB external location (after ...
The remote hostname cannot be resolved. Make sure the hostname is correct and valid. Make sure the printer is connected to customer's network....
Read more >How to troubleshoot issues that prevent a user from viewing ...
User cannot view free/busy information for a remote user in a hybrid ... whether the issue is resolved by trying to retrieve free/busy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I’ve tried with version 0.23.1, and the problem is now fixed. Many thanks!
@chrmarti Does https://github.com/devcontainers/cli/pull/254 (issue https://github.com/devcontainers/cli/pull/252) solve this problem? Seems like the same set of behaviors.