Closed L0ndra closed 5 years ago
I have solved this problem.
All that I need it's to rebuild image instead of the image that uploaded to docker hub
@L0ndra what version of windows server did you use as the Dockerfile doesn't specify and Windows has dropped the :latest
tag.
I ran in the same problem. I resolved it by adding tty:true to the docker-compose file. So the file will look like this:
cosmos:
image: "microsoft/azure-cosmosdb-emulator"
mem_limit: 2G
tty:true
ports:
- "8081:8081"
- "8900:8900"
- "8901:8901"
- "8979:8979"
- "10250:10250"
- "10251:10251"
- "10252:10252"
- "10253:10253"
- "10254:10254"
- "10255:10255"
- "10256:10256"
- "10350:10350"
networks:
net:
ipv4_address: 10.5.0.3
volumes:
- C:\Users\Illia_Lubenets\AppData\Local\CosmosDBEmulator\bind-mount:C:\CosmosDB.Emulator\bind-mount
Mine does actually resolve latest...
Use that configuration in docker compose
and receive that error