Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99628

Is it possible to use Docker Toolbox on Visual Studio Code?

$
0
0

I have Windows 10 Home edition, therefore I had to install Docker Toolbox instead of Docker. I am using Visual Studio Code for development and it has extension for Docker Support (https://github.com/Microsoft/vscode-docker) which adds integration for the most common Docker commands.

Unfortunately it does not work in my case (output from Visual Studio Code terminal):

C:\Users\Konrad\workspace\docker-tests>docker build . -t docker-whale
An error occurred trying to connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/build?buildargs=%7B%7D&cgr
oupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&labels=%7B%7D&memory
=0&memswap=0&rm=1&shmsize=0&t=docker-whale&ulimits=null: open //./pipe/docker_engine: The system cannot find the
 file specified.

The same command works just fine in Docker Quickstart Terminal.

Is it possible to configure Visual Studio Code to use docker in the same way as "Docker Quickstart Terminal" does? I should change some system configuration to be able to use it?


Viewing all articles
Browse latest Browse all 99628

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>