Currently, the Windows 7 Docker Toolbox is not supported due to it's using Linux kernel from VirtualBox and file share issue
DevOps Visual Code devcontainers
create .devcontainer/devcontainer.json
in the root of the repo
{
"name": "devops",
"image": "tomqwu/devops-vs-devcontainers:1.3",
"postCreateCommand": "uname -a",
"extensions": [
"ms-azuretools.vscode-azureterraform",
"mauve.terraform"
],
"runArgs": [
"-v",
"~/.aws:/root/.aws",
]
}