Modify the corresponding .devcontainer.json to include this settings. If the container
already has runArgs
merge this setting with the existent.
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z",
"workspaceFolder": "/workspace",
"runArgs": ["--userns=keep-id"],