chrome-docker icon indicating copy to clipboard operation
chrome-docker copied to clipboard

/bin/sh: 1: /bootstrap.sh: Permission denied

Open testGumar opened this issue 5 years ago • 1 comments

ran this cmd: docker run -p 5900:5900 -e VNC_SERVER_PASSWORD=password --user apps --privileged local/chrome:0.0.1

getting below error: /bin/sh: 1: /bootstrap.sh: Permission denied

testGumar avatar Feb 02 '20 16:02 testGumar

@SayyedUmar hit the same issue. Fixed it by running the following from the host before creating the docker image chmod +x bootstrap

lee-staples avatar Mar 24 '20 16:03 lee-staples