Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5pecia1/.devcontainer
Devcontainer configurations for consistent and reproducible VS Code environments
https://github.com/5pecia1/.devcontainer
android devcontainer devcontainer-feature devcontainer-template devcontainers flutter hakyll haskell java java-8 kotlin nodejs python rust solidtiy spring-boot supabase visual-studio-code wireguard
Last synced: about 1 month ago
JSON representation
Devcontainer configurations for consistent and reproducible VS Code environments
- Host: GitHub
- URL: https://github.com/5pecia1/.devcontainer
- Owner: 5pecia1
- License: mit
- Created: 2024-06-15T14:30:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T00:01:08.000Z (4 months ago)
- Last Synced: 2024-10-13T23:42:55.999Z (2 months ago)
- Topics: android, devcontainer, devcontainer-feature, devcontainer-template, devcontainers, flutter, hakyll, haskell, java, java-8, kotlin, nodejs, python, rust, solidtiy, spring-boot, supabase, visual-studio-code, wireguard
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful devcontainer list
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](https://containers.dev/) and [Visual Studio Code documentation](https://code.visualstudio.com/docs/devcontainers/containers).
## Prerequisites
* Visual Studio Code
* [Devcontainer extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
* If you want to run devcontainer on a server connected via ssh, you need to install the [Remote - SSH extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)## Usage
1. Search(`ctrl`/`cmd` + `f`) the devcontainer environment you want to use in the list below.
* example: java, flutter, node, solidity, etc.
2. Click the link to go to the devcontainer directory.
3. Move the necessary parts from directory to .devcontainer in your project.
4. Run the command `DevContainers: Rebuild Container` in the command palette (`ctrl`/`cmd` + `shift` + `p`).### If you want to use the devcontainer on a server connected via ssh
1. Run the command `Remote-SSH: Connect to Host...` in the command palette (`ctrl`/`cmd` + `shift` + `p`).
2. Connect to the server.
3. Open the project directory.
4. Run the command `DevContainers: Rebuild Container` in the command palette (`ctrl`/`cmd` + `shift` + `p`).## Devcontainer list
1. [`./spring-boot`](./spring-boot/)
* Spring
* Java 8
* Kotlin
* Wireguard
* Tomcat
* maven
* Checkstyle
* MySQL
* Docker
2. [`./flutter`](./flutter/)
* Flutter
* Android SDK
* Connect Android device
* Flutter Web
3. [`./node-solidity`](./node-solidity/)
* Node.js 18
* nvm
* eslint
* Solidity
* Haardhat
4. [`./supabase`](./supabase/)
* Supabase
* Postgres
* Node.js 20
* nvm
5. [`./python-supabase`](./python-supabase/)
* Python
* Supabase
* Postgres
6. [`./n8n`](./n8n/)
* node.js 18
7. [`./rust`](./rust/)
* Rust
* Cargo
* gRPC
* PlantUML
8. [`./hakyll`](./hakyll/)
* Hakyll
* Haskell
* Stack
* NixOS
9. [`./nextjs`](./nextjs/)
* Next.js
* Node.js 20
* nvm
* aws-cli
* Supabase## Contributing
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!