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-7992]Fix doc to restart cli container in RYFN.
In Reconfiguring Your First Network, the document has incorrect
instruction about relaunching cli container.
According to the instruction described in
fabric/docs/source/channel_update.rst, ``docker start cli`` is
executed to relaunch cli container, which is configured in Bring
Your First Network.
However, cli container fails to relaunch because a script
is called to build the same existing fabric network.
To use cli container for manual work in Reconfiguring Your Fabric
network, this script should not be executed.
This CR adds the instruction to comment out script in
docker-compose-cli.yaml and relaunch cli container.
Change-Id: I1b732e1c3b73292dfd0f1931fd81064ea6cab14b
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
0 commit comments