1{
2    "image": "ghcr.io/tiejunms/azure_rtos_docker",
3
4	// Add the IDs of extensions you want installed when the container is created.
5	"extensions": [
6		"ms-vscode.cpptools",
7		"ms-vscode.cmake-tools"
8	],
9
10	"remoteUser": "vscode",
11
12    "runArgs": [ "--cap-add=NET_ADMIN"]
13}