# devcontainer **Repository Path**: sigcc/devcontainer ## Basic Information - **Project Name**: devcontainer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-23 - **Last Updated**: 2021-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 安装[Docker](https://www.docker.com/get-started) vsc 安装 [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) 插件 在vsc 项目文件新建 `.devcontainer` 目录,拷贝所有文件到此目录 进入该目录运行命令 docker build -t nix:ocaml . 构建新的image 时间约2-3分钟 在 VSC 中 open in container