/
IgorGolubenko
/
MoveUp
Обзор
Документация
Войти
/
IgorGolubenko
/
MoveUp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.devcontainer/devcontainer.json
20 строк
775 B
IgorGolubenko
Imort project
02 июн 2026, 08:10
Верифицирован
02 июн 2026, 08:10
285f36e
Код
Авторство
О чём код?
// The Dev Container format allows you to configure your environment. At the heart of it // is a Docker image or Dockerfile which controls the tools available in your environment. // // See https://aka.ms/devcontainer.json for more information. { "name": "Ona", // Use "image": "mcr.microsoft.com/devcontainers/base:2.0.4-noble", // instead of the build to use a pre-built image. "build": { "context": ".", "dockerfile": "Dockerfile" } // Features add additional features to your environment. See https://containers.dev/features // Beware: features are not supported on all platforms and may have unintended side-effects. // "features": { // "ghcr.io/devcontainers/features/docker-in-docker": { // "moby": false // } // } }