microsoft/mu_tiano_platforms

Public

mirrored fromhttps://github.com/microsoft/mu_tiano_platformsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dda280ce10e308d38752afdef6155cdae0d7d5c9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devcontainer/devcontainer.json

6lines · modecode

1{
2 "image": "ghcr.io/tianocore/containers/fedora-35-dev:latest",
3 "postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && pip install --upgrade -r pip-requirements.txt",
4 "forwardPorts": [5005, 5006, 5007, 5008], // For general use. EXDI, TCP Serial, etc.
5 "privileged": true
6}
7