Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyperledgendary/vscode-dev-containers

A repository of development container definitions for the VS Code Remote - Containers extension and GitHub Codespaces
https://github.com/hyperledgendary/vscode-dev-containers

Last synced: about 1 month ago
JSON representation

A repository of development container definitions for the VS Code Remote - Containers extension and GitHub Codespaces

Awesome Lists containing this project

README

        

# vscode-dev-containers

A repository of Hyperledger Fabric [development container](https://containers.dev/) definitions for the VS Code Remote - Containers extension and GitHub Codespaces

## TODO

- make it work with fabric test networks?!
https://github.com/microsoft/vscode-dev-containers/blob/main/CONTRIBUTING.md#contributing-dev-container-definitions
- use docker-in-docker feature?
https://github.com/microsoft/vscode-dev-containers/tree/main/script-library/docs
- create "hyperledger-fabric" feature?
https://github.com/microsoft/dev-container-features-template#adding-your-own-features
- separate go node and java containers instead of including everything in one? (slow!)

## microfab (TBC)

```
export MICROFAB_HOME=/opt/hyperledger/microfab
export MICROFAB_CONFIG='{"directory":"/var/opt/hyperledger/microfab","couchdb":false}'
```