1

I'm following steps from hlf documentation

When I'm trying to install the Fabric Samples and binaries, I'm getting the following error: error

I checked docker daemon and its running, container I chose is Kubernetes: Docker is running

What can I do to resolve this? Please guide me. Thanks in advance.

AditiB
  • 332
  • 2
  • 10

1 Answers1

0

Try giving elevated access.

cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon

You can read more at https://github.com/docker/for-win/issues/1825

Vipulw
  • 1,253
  • 5
  • 12