Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Permission denied? #23

Closed
MrAtheist opened this issue Mar 31, 2016 · 1 comment
Closed

Permission denied? #23

MrAtheist opened this issue Mar 31, 2016 · 1 comment

Comments

@MrAtheist
Copy link

With the new release (1.7.0) im getting the following error:

$ docker run
   -v /var/run/docker.sock:/var/run/docker.sock:rw
   -v /var/lib/docker:/var/lib/docker:rw
   meltwater/docker-cleanup

exec: "/run.sh": permission denied
docker: Error response from daemon: Container command could not be invoked..

There's no problem with 1.6.0. Not sure what changes made in run.sh that require extra permission.

@mikljohansson
Copy link
Contributor

The executable bit on the run.sh script got lost as part of PR #22. The github diff doesn't make the mode change terribly obvious, unfortunately it passed review. I've corrected this and released 1.7.1 that fixes this problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants