Skip to content

docs: add guidance for docker v29 chaincode install failures#5448

Open
malsomesh9 wants to merge 1 commit intohyperledger:mainfrom
malsomesh9:codex/fix-5441-chaincode-install-docs
Open

docs: add guidance for docker v29 chaincode install failures#5448
malsomesh9 wants to merge 1 commit intohyperledger:mainfrom
malsomesh9:codex/fix-5441-chaincode-install-docs

Conversation

@malsomesh9
Copy link
Copy Markdown

Summary

Document the Docker Engine v29 broken-pipe failure mode for chaincode installation and point users to the fixed Fabric releases.

Changes

  • add a note to the chaincode deployment guide for peer lifecycle chaincode install failures caused by Docker Engine v29
  • add a troubleshooting entry to the test-network guide with the exact broken-pipe error signature
  • clarify that users should check the Docker Engine server version with docker version and upgrade to a Fabric release that includes the compatibility fix

Verification

  • verified the related Docker Engine v29 issue (#5350) and the fix noted in Fabric v3.1.4 release notes
  • ran python3 -m compileall docs/source successfully after the docs update

Fixes #5441

Signed-off-by: malsomesh9 <malsomesh9@gmail.com>
@malsomesh9 malsomesh9 requested review from a team as code owners April 6, 2026 20:42
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.

chaincode install failed with status: 500

1 participant