Skip to content

Commit

Permalink
Remove guidance on Docker Desktop version (#4839)
Browse files Browse the repository at this point in the history
Docker Desktop 2.5.0.1 is now outated.
There have not been problems reported in recent versions
of Docker Desktop.
We can fallback to the "prereq" doc topic that states to use the latest version.

Closes #4833

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed May 10, 2024
1 parent d026fb0 commit ea2dbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/source/prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docker-compose --version # => docker-compose version 1.27.2, build 18f557f9
```

> **Note:** Some users have reported errors while running Fabric-Samples with the Docker Desktop `gRPC FUSE for file sharing` option checked.
> Please uncheck this option in your Docker Preferences to continue using `osxfs for file sharing`.
> Please utilize a different file sharing implementation option.
### Go

Expand Down
15 changes: 1 addition & 14 deletions docs/source/test_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Before you can run the test network, you need to install Fabric Samples in your
environment. Follow the instructions on [getting_started](getting_started.html)
to install the required software.

**Note:** The test network has been successfully verified with Docker Desktop version 2.5.0.1 and is the recommended version at this time. Higher versions may not work.

## Bring up the test network

You can find the scripts to bring up the network in the `test-network` directory
Expand Down Expand Up @@ -612,7 +610,7 @@ If you have any problems with the tutorial, review the following:
Deploying chaincode failed
```

This problem is caused by a newer version of Docker Desktop for macOS. To resolve this issue, in the Docker Desktop preferences, uncheck the box `Use gRPC FUSE for file sharing` to use the legacy osxfs file sharing instead and click **Apply & Restart**.
This problem may be caused by Docker Desktop file sharing setting `gRPC FUSE`, select a different file sharing implementation.

- If you see errors on your create, approve, commit, invoke or query commands,
make sure you have properly updated the channel name and chaincode name.
Expand Down Expand Up @@ -656,17 +654,6 @@ If you have any problems with the tutorial, review the following:
```
Select ``y``.

- If you try to create a channel with the command `./network.sh createChannel`,
and it fails with the following error:
```
[comm.tls] ClientHandshake -> ERRO 003 Client TLS handshake failed after 1.908956ms with error: EOF remoteaddress=127.0.0.1:7051
Error: error getting endorser client for channel: endorser client failed to connect to localhost:7051: failed to create new connection: context deadline exceeded
After 5 attempts, peer0.org1 has failed to join channel 'mychannel'
```

You need to uninstall Docker Desktop and reinstall the recommended version 2.5.0.1. Then, reclone the `fabric-samples`
repository before reattempting the commands.

- If you see an error similar to the following:
```
/bin/bash: ./scripts/createChannel.sh: /bin/bash^M: bad interpreter: No such file or directory
Expand Down

0 comments on commit ea2dbc9

Please sign in to comment.