Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amatzk/docker-template-for-vscode

Dev Container template collection for learning programming with VSCode
https://github.com/amatzk/docker-template-for-vscode

devcontainer dockerfile

Last synced: 7 days ago
JSON representation

Dev Container template collection for learning programming with VSCode

Awesome Lists containing this project

README

        

# docker-template-for-vscode

Visual Studio Code の Dev Container 用テンプレート集です。

プログラミング言語の学習などに役立ててください。

## ms-* ディレクトリ

「ms-」から始まるディレクトリのテンプレートは、公式が用意した特定のプログラミング言語用の Docker Image をベースに設定を加えています。

## ubuntu-* ディレクトリ

「ubuntu-」から始まるディレクトリのテンプレートは、ubuntuの最新LTSをベースに、Dev Container Features または Dockerfile で必要な機能だけをインストールしています。

## debian-* ディレクトリ

「debian-」から始まるディレクトリのテンプレートは、debianの最新LTSをベースに、Dev Container Features または Dockerfile で必要な機能だけをインストールしています。

## Requirements (必要なもの)

- Visual Studio Code
- Dev Containers
- Docker
- Docker Desktop (Windows) or Docker CE (WSL2)

## Reference

- [Dev Container metadata reference](https://containers.dev/implementors/json_reference/)
- [devcontainer.json Reference](https://containers.dev/implementors/json_reference/)
- [Docker extension for Visual Studio Code](https://code.visualstudio.com/docs/containers/overview)
- [ubuntu - Official Image | Docker Hub](https://hub.docker.com/_/ubuntu)