Skip to content

Commit

Permalink
Issue hyperledger-archives#103 item 6: specify what to replace
Browse files Browse the repository at this point in the history
“$ docker tag hyperledger/fabric-tools:x86_64-1.0.2
hyperledger/fabric-tools:latest” I think there needs to be 2 red
portions (both 'fabric-tools'), but just 1 is red in the edX course.

Then in markdown, you can't specify color anyway (not even with HTML),
so I specified what is the text to replace.

Signed-off-by: nathalie-ckc <[email protected]>
  • Loading branch information
nathalie-ckc committed Oct 8, 2018
1 parent 0bf5c18 commit a980f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LFS171x/docs/introduction-to-hyperledger-fabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ The expected response is:
$ docker tag hyperledger/fabric-tools:x86_64-1.0.2 hyperledger/fabric-tools:latest
```

Swap out the <span style="color:blue">blue</span> portion with the tags you see in your list of repositories. Also, swap out the <span style="color:red">red</span> portion with the name of the Docker image you are switching the tag for (e.g.: **fabric-tools**, **fabric-ccenv**, **fabric-orderer**, etc.). Repeat this step for all 'fabric' Docker images you see in the list.
Swap out the 'x86_64-1.0.2' portion in the command example above with the tags you see in your list of repositories. Also, swap out the 'fabric-tools' portion in the command example above with the name of the Docker image you are switching the tag for (e.g.: **fabric-tools**, **fabric-ccenv**, **fabric-orderer**, etc.). Repeat this step for all 'fabric' Docker images you see in the list.

In the screenshot above, the Docker images are already tagged. If this is the case for you, you do not need to do this extra step.

Expand Down

0 comments on commit a980f68

Please sign in to comment.