从文档
containerUser: Overrides the user for all operations run as inside the container. Defaults to either root or the last USER instruction in the related Dockerfile used to create the image.
是不是意味着当你在containerUser
下面设置
"containerUser": "user-name"
USER
和下面一样Dockerfile
??
USER user-name