|
| 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/alpine |
| 3 | +{ |
| 4 | + "name": "Alpine", |
| 5 | + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile |
| 6 | + "image": "mcr.microsoft.com/devcontainers/base:alpine-3.20", |
| 7 | + "features": { |
| 8 | + "ghcr.io/cirolosapio/devcontainers-features/alpine-bash:0": {} |
| 9 | + }, |
| 10 | + "customizations": { |
| 11 | + "vscode": { |
| 12 | + "extensions": [ |
| 13 | + "rogalmic.bash-debug", |
| 14 | + "GitHub.vscode-pull-request-github", |
| 15 | + "streetsidesoftware.code-spell-checker", |
| 16 | + "github.vscode-github-actions", |
| 17 | + "SanjulaGanepola.github-local-actions", |
| 18 | + "DavidAnson.vscode-markdownlint", |
| 19 | + "BinaryNoir.vscode-markdown-tags", |
| 20 | + "yzhang.markdown-all-in-one", |
| 21 | + "christian-kohler.path-intellisense", |
| 22 | + "esbenp.prettier-vscode", |
| 23 | + "foxundermoon.shell-format" |
| 24 | + ] |
| 25 | + } |
| 26 | + } |
| 27 | + |
| 28 | + // Features to add to the dev container. More info: https://containers.dev/features. |
| 29 | + // "features": {}, |
| 30 | + |
| 31 | + // Use 'forwardPorts' to make a list of ports inside the container available locally. |
| 32 | + // "forwardPorts": [], |
| 33 | + |
| 34 | + // Use 'postCreateCommand' to run commands after the container is created. |
| 35 | + // "postCreateCommand": "uname -a", |
| 36 | + |
| 37 | + // Configure tool-specific properties. |
| 38 | + // "customizations": {}, |
| 39 | + |
| 40 | + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. |
| 41 | + // "remoteUser": "root" |
| 42 | +} |
0 commit comments