GithubHelp home page GithubHelp logo

Comments (10)

Rainbowlemon avatar Rainbowlemon commented on August 17, 2024

Are you running this on Docker for Windows by any chance? I'm getting the same problem on my machine; it's saying the composer.json file doesn't exist, but it is definitely in the specified location.

from docker-composer.

cian0 avatar cian0 commented on August 17, 2024

Hi, any update for this issue? I am using Docker for Windows as well @Rainbowlemon have you found a workaround?

I used Powershell, CygWin, even Git Bash but to no avail.

from docker-composer.

Rainbowlemon avatar Rainbowlemon commented on August 17, 2024

@cian0 It was a while ago, but I think I figured out this was to do with windows/bash returning a path that couldn't be interpreted by docker. It was because the path returned by $(pwd) was in windows-style format - similar to this comment.

from docker-composer.

RobLoach avatar RobLoach commented on August 17, 2024

Try just composer image. This Docker image has moved to the official one.

from docker-composer.

Kenterfie avatar Kenterfie commented on August 17, 2024

I have the same issue.

from docker-composer.

celorodovalho avatar celorodovalho commented on August 17, 2024

I have the same issue

from docker-composer.

huynhquocbao92 avatar huynhquocbao92 commented on August 17, 2024

I just got the same issue, but still not resoved it :(

from docker-composer.

anurag-do avatar anurag-do commented on August 17, 2024

No solution as of now.

from docker-composer.

RobLoach avatar RobLoach commented on August 17, 2024

This has moved over at https://hub.docker.com/_/composer/ ....

docker run --rm --interactive --tty \
    --volume $PWD:/app \
    composer install

from docker-composer.

srntqn avatar srntqn commented on August 17, 2024

Guys, try to disable selinux. It should help.

setenforce 0

And rerun your build after that.

from docker-composer.

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.