Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyperledgendary/vscode-dev-containers
- Owner: hyperledgendary
- License: apache-2.0
- Created: 2022-08-04T14:27:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T16:07:38.000Z (over 2 years ago)
- Last Synced: 2024-11-09T06:40:27.070Z (3 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}'
```