2022-11-20 16:18:33 -05:00
|
|
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
2024-11-10 16:36:22 -05:00
|
|
|
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/ruby
|
2022-11-20 16:18:33 -05:00
|
|
|
{
|
2024-11-10 16:36:22 -05:00
|
|
|
"name": "Ruby",
|
|
|
|
"build": {
|
|
|
|
"dockerfile": "Dockerfile"
|
|
|
|
},
|
|
|
|
"runArgs": ["--userns=keep-id"],
|
|
|
|
|
|
|
|
"remoteUser": "vscode",
|
|
|
|
"containerUser": "vscode",
|
|
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
|
2022-11-20 16:18:33 -05:00
|
|
|
}
|