Azure / Azure/cyclecloud-slurm
Mounting docker volume in docker script causes a problem
Open
- Dominant language
- Python
- Stars
- 84
- Forks
- 56
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 1
Description
`docker run -v $(pwd)/specs/default/cluster-init/files:/source -v $(pwd)/blobs:/root/rpmbuild/RPMS/x86_64 -ti centos:7 /bin/bash /source/00-build-slurm.sh` triggers the error:
/bin/bash: /source/00-build-slurm.sh: Permission denied
because inside docker the privilliges of source dir are the following
[root@11d3f968ca8c /]# ll
total 12
-rw-r--r--. 1 root root 12082 Mar 5 17:36 anaconda-post.log
drwxrwxr-x. 2 1002 1002 49 Apr 11 12:55 source
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.