Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a bug with access in image running on OSX #2

Closed
DenTivor opened this issue Feb 19, 2021 · 1 comment · Fixed by #3
Closed

There is a bug with access in image running on OSX #2

DenTivor opened this issue Feb 19, 2021 · 1 comment · Fixed by #3

Comments

@DenTivor
Copy link

Using Docker desktop I ran into a bug with access

sql-meetup-db | /entrypoint.sh: /docker-entrypoint-initdb.d/1_clean.sh: /bin/bash: bad interpreter: Permission denied
sql-meetup-db | /entrypoint.sh: /docker-entrypoint-initdb.d/2_upload_samples.sh: /bin/bash: bad interpreter: Permission denied
sql-meetup-db | /entrypoint.sh: /docker-entrypoint-initdb.d/3_generate_answer.sh: /bin/bash: bad interpreter: Permission denied

SOLVED with granting access to files with chmod +x [filename].sh for every problem file in directory sql-meetup/1.0/volumes/clickhouse/init
composer/docker#7

@DenTivor
Copy link
Author

I agree the problem is corresponding to particular OS. But I suppose there should be a small help 'line' in presentation

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

Successfully merging a pull request may close this issue.

1 participant