Reputation: 492
I'm using Docker Toolbox in my Windows 10 Home Edition.
I have a docker-compose.yml
file and it was working good, but I did an update from Dell (a critical one in the BIOS) in my notebook and docker-compose
command is not running anymore.
When I run docker-compose up
command at Docker Quickstart Terminal, it gives me no output and doesn't run anything, it just releases the console cursor in the same second I run the command. I also tried docker-compose logs
but it also gives me nothing.
I already tried to run Docker Quickstart Terminal as administrator, I tried to uninstall and install Docker Toolbox again, and I also deleted the default machine in VirtualBox to create it again, but the problem persists. And since I'm not able to see the logs I don't know what's the problem.
I'll appreciate any help.
P.S.: docker
command is ok. When I run docker ps
it gives me an output, but docker-compose
doesn't.
Upvotes: 4
Views: 2370
Reputation: 270
As @alex-costa said.
The problem goes away if you download the 1.19 version and replace the one at C:\Program Files\Docker\Docker\Resources\bin\
Upvotes: 3
Reputation: 1
I have the same problem here. It appeared yesterday and there is no windows update in the last week in my computer...
docker-compose -v works intermittently...sometimes it responds, and sometimes it doesn't.
Upvotes: 0