Questions in Documents --- "Adding an Org to a channel"
Matthew White
Thank you for raising the issue; the mistake is in documentation – and I’ve raised https://github.com/hyperledger/fabric/pull/3656 for resoultion.
When support for using podman was added, we needed to split out the docker composer files. There is a parent compose file, along a docker or podman specific child file. Podman is very similar to Docker, but certainly at the time not quite similar enough for differences between the compose files.
This is case for example with adding org3, the docker-composer command would be
docker-compose -f compose/compose-org3.yaml -f compose/docker/docker-compose-org3.yaml up -d
compose-org3.yaml is the generic parent, and the second is the docker specifics. Likewise there is a podman specific file as well.
Hope that helps.
Thanks Matthew
From: fabric@... <fabric@...>
On Behalf Of satheesh via lists.hyperledger.org
Sent: 03 October 2022 04:13 To: fabric@...; Cindy Qian <cindy.qian@...> Subject: [EXTERNAL] Re: [Hyperledger Fabric] Questions in Documents --- "Adding an Org to a channel"
Yes, docker directory is present inside compose directory. You can check if specifying path as compose/docker/docker-compose-org3. yaml works. -Satheesh ZjQcmQRYFpfptBannerStart
ZjQcmQRYFpfptBannerEnd Yes, docker directory is present inside compose directory. You can check if specifying path as compose/docker/docker-compose-org3.yaml works.
-Satheesh
On Monday, October 3, 2022 at 01:34:55 AM GMT+5:30, Cindy Qian <cindy.qian@...> wrote:
Dear Sir,
I found a small error in the documents. In the section: Tutorials--->Adding an org to a new channel--->Bring up Org3 components. The instructions are like below: However, the fabric samples downloaded from the official website show that there is no docker directory in the addOrg3 directory.
I am a little confused, could you help me fix the problem?
Looking forward to your reply
Regards, Cindy Qian
Unless otherwise stated above:
IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU |
||||
|
||||
Yes, docker directory is present inside compose directory. You can check if specifying path as compose/docker/docker-compose-org3.yaml works. -Satheesh
On Monday, October 3, 2022 at 01:34:55 AM GMT+5:30, Cindy Qian <cindy.qian@...> wrote:
Dear Sir,
I found a small error in the documents.
In the section: Tutorials--->Adding an org to a new channel--->Bring up Org3 components. The instructions are like below:
However, the fabric samples downloaded from the official website show that there is no docker directory in the addOrg3 directory.
I am a little confused, could you help me fix the problem?
Looking forward to your reply
Regards,
Cindy Qian
|
||||
|
||||
Artem Barger
This is probably a typo and it meant to be compose folder instead of docker. Feel free to submit pull request with appropriate documentation fix. The command should be docke-compose -f compose/compose-org3.yaml up -d On 2 October 2022 at 22:04:54, Cindy Qian (cindy.qian@...) wrote:
|
||||
|
||||
Cindy Qian <cindy.qian@...>
Dear Sir,
I found a small error in the documents.
In the section: Tutorials--->Adding an org to a new channel--->Bring up Org3 components. The instructions are like below:
However, the fabric samples downloaded from the official website show that there is no docker directory in the addOrg3 directory.
I am a little confused, could you help me fix the problem?
Looking forward to your reply
Regards,
Cindy Qian
|
||||
|