// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/docker-in-docker { "name": "Twenty", "image": "mcr.microsoft.com/devcontainers/base:bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { "version": "20.10", "enableNonRootDocker": "true", "moby": "true" } }, "postCreateCommand": ".devcontainer/init.sh", "postStartCommand": ".vscode/up.sh" }