Git Product home page Git Product logo

Comments (2)

peterfig avatar peterfig commented on May 30, 2024

My "product ID" cred was incorrect; once I fixed that, I no longer have the permissions problem and docker-iqfeed runs fine. I don't understand how an incorrect DTN credential would cause a directory permissions problem. So perhaps this is still an issue ;)

from docker-iqfeed.

jaikumarm avatar jaikumarm commented on May 30, 2024

@peterfig this is a tricky problem, that is not specific to this container. I usually workaround by making sure the folder is owned by the same UID/GID on both host and container. or you can skip mounting the host folder volume on cli -v /var/log/iqfeed:/home/wine/DTN/IQFeed or commenting this line out in docker-compose.yml volumes: - /var/log/iqfeed:/home/wine/DTN/IQFeed

See more details in this dicussion
moby/moby#2259

I added a defensive fix via fccc51c , by adding a process to take ownership of /home/wine/ after the container is brought up. this should take care many of the cases, but not sure if this is a complete fix.

from docker-iqfeed.

Related Issues (6)

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.