Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minikube to devcontainer #114

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

jt-nti
Copy link
Member

@jt-nti jt-nti commented Apr 26, 2024

Simplify local development with instructions to use the Fabric nano
test network with minikube

@jt-nti jt-nti force-pushed the minikube-devenv branch 2 times, most recently from 4ffe2ba to 69a49ae Compare April 26, 2024 15:45
@jt-nti
Copy link
Member Author

jt-nti commented Apr 26, 2024

The nano test network does not quite work in minikube yet. To make it work, edit the peer1.sh, peer2.sh, peer3.sh and peer4.sh scripts...

  • Replace CORE_PEER_CHAINCODELISTENADDRESS=127.0.0.1 with CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0

  • Set CCADDR to "host.minikube.internal"

There's also an issue hyperledger/fabric-samples#1198 which needs fixing to use more recent versions.

@jt-nti jt-nti changed the title [WIP] Add minikube to devcontainer Add minikube to devcontainer Apr 29, 2024
@jt-nti jt-nti marked this pull request as ready for review April 29, 2024 15:57
Simplify local development with instructions to use the Fabric nano
test network with minikube

Signed-off-by: James Taylor <[email protected]>
@jt-nti jt-nti merged commit 31ac3e6 into hyperledger-labs:main Apr 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant