Docker runs the following command:
docker run -it --rm -v $PWD:/build -w /build quay.io/pypa/manylinux2010_x86_64 ./build.sh
report errors:
/usr/local/bin/manylinux-entrypoint: /build/build.sh: /bin/bash: bad interpreter: Permission denied
Reason: insufficient authority.
Solution:
sudo chmod -R 777 build.sh
Read More:
- Jenkins reported an error when running the docker permission in the shell script
- [Solved] Docker Error: got permission denied while trying to connect to the docker daemon socket at…
- Taro Install Error: permission denied, symlink ‘../lib/node_modules/@tarojs/cli/bin/taro‘ -> ‘/usr/local/bin/tar
- [Solved] Docker startup container error: permission denied””: unknown.
- ./get_datasets.sh Error: permission denied [How to Solve]
- [Solved] Shell loop execute error: syntax error: bad for loop variable
- [ubuntu14.04]Tensorflow: Could not find any downloads that satisfy the requirement
- Flask Startup Error: s.bind(server_address)PermissionError: [Errno 13] Permission denied
- [environment] docker: error response from daemon: OCI runtime
- [Solved] Docker Error: Failed to connect to bus: Host is down
- How to Fix ERROR Couldn’t connect to Docker daemon at http+docker://localunixsocket
- [Solved] Docker Error: SyntaxError: Non-ASCII character ‘\xe5‘ in file xxx
- [Solved] Error response from daemon: Get “*“: x509: certificate signed by unknown authority
- Nginx Container Error: nginx: [emerg] mkdir() “/var/cache/nginx/client_temp“ failed (13: Permission denied)
- [Solved] Docker: Error response from daemon: driver failed programming external connectivity on endpoint mysq
- [Solved] CentOS build a docker error: job for docker.service failed….
- How to Solve Docker failed to initialize Error
- How to Solve Vue Error: EACCES: permission denied
- [Solved] Docker Start Error: iptables failed: iptables –wait -t nat -A DOCKER -p tcp -d 0/0 –dport 10241
- [Solved] SHELL Run Error: “-BASH: ./TEST.SH: /BIN/BASH^M: BAD INTERPRETER: NO SUCH FILE OR DIRECTORY”