Coder Social home page Coder Social logo

root owns files about docker-jdownloader HOT 3 CLOSED

jaymoulin avatar jaymoulin commented on May 29, 2024
root owns files

from docker-jdownloader.

Comments (3)

jaymoulin avatar jaymoulin commented on May 29, 2024

Looks like you created your container without the correct -u parameter which then created the download folder with root permissions.
You should :

  • Change your download folders owner
  • delete your actual container
  • recreate it with -u $(id -u) parameter (-u 100 in your case if you really are sure '100' is your user PID)

It will be owned by an unknown user inside your container but your host user will identify it correctly (it's due to the /etc/passwd file which is not shared between your container and your host. You can mount it as a volume if you want but this as no real purpose)

from docker-jdownloader.

peter233 avatar peter233 commented on May 29, 2024

not working for me.
set the owner for the /sharedfolder to user1:users
created a new container with -u 1000 and -u 1000:100 with a new downloadfolder
-> jdownloader says console missing seems jdownloader/docker? can not create the new downloadfolder
need help

from docker-jdownloader.

peter233 avatar peter233 commented on May 29, 2024

but i think the problem is solved. i can delete files in my downloadfolder through my samba-share. no matter who the owner is now.

from docker-jdownloader.

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.