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

27 lines
1,012 B
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-04-10 01:31:10 +00:00
"name": "AdventureLog",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
2024-05-25 14:30:33 +00:00
"ghcr.io/devcontainers/features/node:1": {},
2024-04-10 01:31:10 +00:00
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
2024-03-29 21:41:22 +00:00
2024-04-10 01:31:10 +00:00
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
2024-03-29 21:41:22 +00:00
2024-04-10 01:31:10 +00:00
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
2024-03-29 21:41:22 +00:00
2024-04-10 01:31:10 +00:00
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",
2024-03-29 21:41:22 +00:00
2024-04-10 01:31:10 +00:00
// Configure tool-specific properties.
// "customizations": {},
2024-03-29 21:41:22 +00:00
2024-04-10 01:31:10 +00: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
}