Is there any method to install VS Code in a docker container as a web-based editor that can be run in a rootless mode (no sudo
in container entrypoint scripts etc.)?
E.g. to run it in this scenario:
docker run -u 12345 --cap-drop=all repo/rootless-vscode