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
Copy file name to clipboardExpand all lines: docs/fabric/EXAMPLE-EN.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -856,7 +856,7 @@ choose
856
856
- Channel Name :test
857
857
- Block Number : 0 (execute snapshot immediately) or N (execute snapshot after N blocks)
858
858
859
-
p.s. The completed snapshot will be mounted to host under $.bdk/fabric/${networkName}/channel-artifacts/snapshots/${peerContainerName}/completed/${channelName}/${blockHeight}
859
+
p.s. The completed snapshot will be copied to host under .bdk/fabric/{networkName}/peerOrganizations/{domain}/peers/peer{number}.{domain}/snapshots/completed/{channelName}/{blockHeight}
- Snapshot Path : .bdk/fabric/bdk-fabric-network/channel-artifacts/snapshots/peer0.org0.example.com/completed/test/1/ (Example) (Enter the absolute path of the snapshot directory mounted locally)
908
+
- Snapshot Path :$.bdk/fabric/bdk-fabric-network/peerOrganizations/org0.example.com/peers/peer0.org0.example.com/snapshots/completed/test/0/ (Example) (Enter the absolute path of the snapshot directory on host)
909
909
910
910
### Step 5: Verify whether the new peer has joined the channel successfully
911
911
912
912
```bash
913
-
# Inside peer0.org1.example.com's container, run `peer channel list` to check if it has joined
913
+
# Inside peer0.org1.example.com's container, run `peer channel list or peer channel getinfo` to check if it has joined
0 commit comments