cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect with Docker by using Visual Studio Code?

0 Kudos

Hello...

We need to use docker in visual studio code...for that we raned a command 'docker version' in power-shell of Visual Studio terminal, as our docker engine is running. but we are facing with the "error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/auth: open //./pipe/docker_engine: Access is denied. In the default daemon configuration on Windows, the docker client must be run elevated to connect.This error may also indicate that the docker daemon is not running".

Does docker works with visual studio? Quick answer it would be helpful.

Thanks...

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

You asked a question. Don't forget to mark the answer that helped you most as correct. Thanks!

For the readers, before you leave, don't forget to up/down vote the answers. You can vote on the question too.

Thanks.

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Could you please explain the relation of your question with

  • SAP HANA Cloud
  • SAP Streaming Analytics
  • SAP Community

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Venkat,

The error message is relatively clear:

Access is denied. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.

Elevated means Run as Administrator.

suggest to take a look at the following resource:

https://docs.docker.com/docker-for-windows/