You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-15715] Fix and clean up dev-mode instructions
This patch fixes instructions for dev-mode.
For the commands to start the chaincode to work properly,
this patch modifies the commands.
- bash -> sh (Alpine does not contain bash)
- Use peer.address flag (instead of the unused env var after FAB-14770)
- Add CORE_PEER_TLS_ENABLED=false (dev-mode is for non-TLS mode only)
Also, this patch removes the orphan page.
FAB-15715 #done
Change-Id: I956f526dcee47774cd0a93c63eb7023deb73142a
Signed-off-by: Tatsuya Sato <Tatsuya.Sato@hal.hitachi.com>
0 commit comments