File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
lib/rails/generators/rails/devcontainer/templates/devcontainer
test/fixtures/.devcontainer Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- // For format details, see https://aka.ms/devcontainer.json .
1
+ // For format details, see https://containers.dev/implementors/json_reference/ .
2
2
{
3
3
"name" : " Rails project development" ,
4
4
"dockerComposeFile" : " compose.yaml" ,
41
41
}
42
42
},
43
43
44
- // Uncomment to connect as root instead. More info: https://aka.ms/ dev-containers-non-root .
44
+ // Uncomment to connect as root instead. More info: https://containers. dev/implementors/json_reference/#remoteUser .
45
45
// "remoteUser": "root"
46
46
}
Original file line number Diff line number Diff line change 1
- // For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
- // README at: https://github.com/devcontainers/templates/tree/main/src/ruby
1
+ // For format details, see https://containers.dev/implementors/json_reference/.
2
+ // For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/ruby
3
3
{
4
4
"name": "<%= options[:app_name] %>",
5
5
"dockerComposeFile": "compose.yaml",
23
23
// Configure tool-specific properties.
24
24
// "customizations": {},
25
25
26
- // Uncomment to connect as root instead. More info: https://aka.ms/ dev-containers-non-root .
26
+ // Uncomment to connect as root instead. More info: https://containers. dev/implementors/json_reference/#remoteUser .
27
27
// "remoteUser": "root",
28
28
29
29
<%- if !mounts.empty? -%>
Original file line number Diff line number Diff line change 1
- // For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
- // README at: https://github.com/devcontainers/templates/tree/main/src/ruby
1
+ // For format details, see https://containers.dev/implementors/json_reference/.
2
+ // For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/ruby
3
3
{
4
4
"name" : " tmp" ,
5
5
"dockerComposeFile" : " compose.yaml" ,
23
23
// Configure tool-specific properties.
24
24
// "customizations": {},
25
25
26
- // Uncomment to connect as root instead. More info: https://aka.ms/ dev-containers-non-root .
26
+ // Uncomment to connect as root instead. More info: https://containers. dev/implementors/json_reference/#remoteUser .
27
27
// "remoteUser": "root",
28
28
29
29
// Use 'postCreateCommand' to run commands after the container is created.
You can’t perform that action at this time.
0 commit comments