Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

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

Open
testGumar opened this issue Feb 2, 2020 · 1 comment
Open

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

testGumar opened this issue Feb 2, 2020 · 1 comment

Comments

@testGumar
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants