{ "name": "DevContainerExample", "build": { "dockerfile": "Dockerfile.ubuntu-latest" }, "forwardPorts": [ "8080" ], "initializeCommand": "echo \"initializeCommand\";", "onCreateCommand": [ "echo \"onCreateCommand\";", "echo \"onCreateCommand\";" ], "postCreateCommand": [ "echo \"postCreateCommand\"", "echo \"OK\"" ], "postAttachCommand": [ "echo \"postAttachCommand\"", "echo \"OK\"" ], "runArgs": [ "-p 8888" ] }