Open testGumar opened 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
@SayyedUmar hit the same issue. Fixed it by running the following from the host before creating the docker image chmod +x bootstrap
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