This repository contains a list of devcontainers I frequently use.
Devcontainers enable developers to maintain consistent and reproducible development environments by using Docker containers in various development tools, including Visual Studio Code. This list features configurations tailored for various development needs, ensuring quick setup and seamless collaboration across teams.
For more details about devcontainers, refer to the official documentation and Visual Studio Code documentation.
- Visual Studio Code
- Devcontainer extension
- If you want to run devcontainer on a server connected via ssh, you need to install the Remote - SSH extension
- Search(
ctrl
/cmd
+f
) the devcontainer environment you want to use in the list below.- example: java, flutter, node, solidity, etc.
- Click the link to go to the devcontainer directory.
- Move the necessary parts from directory to .devcontainer in your project.
- Run the command
DevContainers: Rebuild Container
in the command palette (ctrl
/cmd
+shift
+p
).
- Run the command
Remote-SSH: Connect to Host...
in the command palette (ctrl
/cmd
+shift
+p
). - Connect to the server.
- Open the project directory.
- Run the command
DevContainers: Rebuild Container
in the command palette (ctrl
/cmd
+shift
+p
).
./spring-boot
- Spring
- Java 8
- Kotlin
- Wireguard
- Tomcat
- maven
- Checkstyle
- MySQL
- Docker
./flutter
- Flutter
- Android SDK
- Connect Android device
- Flutter Web
./node-solidity
- Node.js 18
- nvm
- eslint
- Solidity
- Haardhat
./supabase
- Supabase
- Postgres
- Node.js 20
- nvm
./python-supabase
- Python
- Supabase
- Postgres
./n8n
- node.js 18
./rust
- Rust
- Cargo
- gRPC
- PlantUML
./hakyll
- Hakyll
- Haskell
- Stack
- NixOS
./nextjs
- Next.js
- Node.js 20
- nvm
- aws-cli
- Supabase
We welcome contributions!
If you have any improvements or new devcontainers to add to this list, feel free to fork this repository, make your changes, and submit a pull request. Your contributions can help others have a better development experience. Thank you for your support!