stephen-fox / chrome-docker

Chrome, in a Docker container.
MIT License
114 stars 84 forks source link

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

Open testGumar opened 4 years ago

testGumar commented 4 years ago

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

lee-staples commented 4 years ago

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