@mcdan This is because invoker tries to access `containers` directory under 
`/var/lib/docker` while collecting logs.
But `containers` directory is generally owned by root.
Since your IDE will run as normal user, it does not have any permission to 
access that directory.

So if you run your intelliJ IDE as a root user, you can run invoker as well.
And you might need to create a symlink for `containers` in project root 
directory.

I hope this would be helpful.

[ Full content available at: 
https://github.com/apache/incubator-openwhisk/issues/3195 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to