Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 1276fb4

Browse files
committed
Comment out terminal setting for "existing" definitions given Alpine support
1 parent 94f940d commit 1276fb4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

containers/docker-existing-docker-compose/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
// Use 'settings' to set *default* container specific settings.json values on container create.
2121
// You can edit these settings after create using File > Preferences > Settings > Remote.
2222
"settings": {
23-
"terminal.integrated.shell.linux": "/bin/bash"
23+
// Uncomment to ensure your container runs using the correct shell for terminals and tasks
24+
// "terminal.integrated.shell.linux": "/bin/bash"
2425
},
2526

2627
// Uncomment the next line if you want start specific services in your Docker Compose config.

containers/docker-existing-dockerfile/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
// Use 'settings' to set *default* container specific settings.json values on container create.
2525
// You can edit these settings after create using File > Preferences > Settings > Remote.
2626
"settings": {
27-
"terminal.integrated.shell.linux": "/bin/bash"
27+
// Uncomment to ensure your container runs using the correct shell for terminals and tasks
28+
// "terminal.integrated.shell.linux": "/bin/bash"
2829
},
2930

3031
// Uncomment the next line if you want to publish any ports.

0 commit comments

Comments
 (0)