Probably setting setuid on fusermount helps? chmod u+s /bin/fusermount Without this, only privileged user can run tup I think.
On Wednesday, 10 June 2015 00:22:29 UTC+5:30, Jan Plhák wrote: > > Hi, > we have recently started using tup instead of makefile. The migration went > on smoothly up to the point where we needed to use tup inside docker while > building docker image. I posted issue on github - issue > <https://github.com/docker/docker/issues/13287> - and was told that there > is a problem with fuse requiring privileges that are unavailable during > docker build. There is currently pending discussion here > <https://github.com/docker/docker/issues/1916> about this problem in > general, but it doesn't seem to be solved in reasonable time horizon. Time > is crucial for our project. We currently use tup only for development and > have special bash script just to build our project in docker. Unfortunately > this is very error-prone and I would like to get rid of it ASAP. > > Therefore I would like to ask - Is there some way around? Would it be > possible to use tup during docker build? Or to be more precise, is there a > way how to use tup without privileged access required? > > Thanks for your attention! > Best regards, > Jan Plhak > -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
