GithubHelp home page GithubHelp logo

Comments (3)

L0ndra avatar L0ndra commented on June 3, 2024 1

I have solved this problem.

All that I need it's to rebuild image instead of the image that uploaded to docker hub

from azure-cosmos-db-emulator-docker.

joshystuart avatar joshystuart commented on June 3, 2024

@L0ndra what version of windows server did you use as the Dockerfile doesn't specify and Windows has dropped the :latest tag.

from azure-cosmos-db-emulator-docker.

maarten-kieft avatar maarten-kieft commented on June 3, 2024

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...

from azure-cosmos-db-emulator-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.