phd icon indicating copy to clipboard operation
phd copied to clipboard

FATAL: mkdir('/home/docker/.cache/bazel/_bazel_docker'): (error: 13): Permission denied

Open eraofelix opened this issue 4 years ago • 1 comments

HI inside docker given(PHD="$(pwd)" bash tools/docker/phd_build/run.sh), when I just run: _bazel query 'kind(".*binary",//...)' it says: FATAL: mkdir('/home/docker/.cache/bazel/_bazel_docker'): (error: 13): Permission denied

eraofelix avatar Aug 07 '20 12:08 eraofelix

Hi Felix, looks like an ownership issue between the docker client and the host machine. Can you please post the full command and output that produced this?

Cheers, Chris

ChrisCummins avatar Aug 16 '20 13:08 ChrisCummins