Skip to content

Conversation

alomairiahmed
Copy link

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"docker-in-docker": {},
"node": {
"version": "lts"
},
"python": {
"version": "3.10"
},
"git": {}
},
"postCreateCommand": "npm install && pip install -r requirements.txt",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-python.python",
"esbenp.prettier-vscode"
]
}

@alomairiahmed
Copy link
Author

This pull request introduces a new development container configuration to streamline the development environment setup. The configuration specifies the use of a universal container image, includes essential tools and programming languages, and automates the installation of dependencies.

Development environment setup:

  • .devcontainer/devcontainer.json: Added a configuration file that uses the mcr.microsoft.com/devcontainers/universal:2 image. It includes features for docker-in-docker, Node.js (version lts), Python (version 3.10), and Git. A postCreateCommand is defined to install Node.js and Python dependencies, and the file specifies recommended VS Code extensions and terminal settings.

@pinosu
Copy link
Collaborator

pinosu commented Aug 18, 2025

not relevant

@pinosu pinosu closed this Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants