Giter Club home page Giter Club logo

Comments (4)

aidewoode avatar aidewoode commented on May 23, 2024

Hi, The error message already told you the solution

The container name "/blackcandy_app" is already in use by container "5e4af0acded20d7dfce8f4814d5f722a10425fd23e77df561d1f10c7f753dfb9". You have to remove (or rename) that container to be able to reuse that name.

So you can remove the duplicate container like this: docker container rm 5e4af0acded20d7dfce8f4814d5f722a10425fd23e77df561d1f10c7f753dfb9. Then you can try to start the those services docker-compose up -d

from black_candy.

EgonHeuson avatar EgonHeuson commented on May 23, 2024

Hello,
Thanks for the answer but I got this problem when using the docker-compose up -d command from scratch. So I didn't have any container when it started...

from black_candy.

aidewoode avatar aidewoode commented on May 23, 2024

Sorry, I didn't notice this is the issue from scratch. And I have done some test on virtual machine. This error only occurred when I use docker-compose v2. But on docker-compose v1, all things were fine. I think this issue relate to this docker-compose issue docker/compose#9014 .

So for now you should use docker-compose v1 instead of docker-compose v2. And I will take some time to find out how to support docker-compose v2 and fix this issue.

from black_candy.

EgonHeuson avatar EgonHeuson commented on May 23, 2024

Dear Aidewoode,
No problem. Ok great to know! I'll check this :-) Have a nice day!!

from black_candy.

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.