1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-03 04:05:18 +02:00
AdventureLog/.devcontainer/devcontainer.json

28 lines
1 KiB
JSON
Raw Normal View History

2024-03-29 21:41:22 +00:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
2024-07-08 11:44:39 -04:00
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {}
}
2024-03-29 21:41:22 +00:00
2024-07-08 11:44:39 -04:00
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
2024-03-29 21:41:22 +00:00
2024-07-08 11:44:39 -04:00
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
2024-03-29 21:41:22 +00:00
2024-07-08 11:44:39 -04:00
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",
2024-03-29 21:41:22 +00:00
2024-07-08 11:44:39 -04:00
// Configure tool-specific properties.
// "customizations": {},
2024-03-29 21:41:22 +00:00
2024-07-08 11:44:39 -04:00
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
2024-03-29 21:41:22 +00:00
}