Skip to content

Facing an Error while using Custom Docker file #2380

Answered by mdmintz
faisalriazgoraya asked this question in Q&A
Discussion options

You must be logged in to vote

Based on you using an AWS Lambda Docker environment, (#2378), it is limiting you: OSError: [Errno 30] Read-only file system. There are related Stack Overflow questions about it here: https://stackoverflow.com/q/53810516/7058266 and https://stackoverflow.com/q/39383465/7058266. According to the second one, Only /tmp seems to be writable in AWS Lambda. (https://stackoverflow.com/a/42002539/7058266). Due to that limitation, you will need to make some modifications to your Dockerfile to accommodate. Some more info here: SeleniumHQ/selenium#12774 (comment)

You could try asking on Stack Overflow if you have trouble making modifications to your Dockerfile, as there are a lot of qualified AWS Lam…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants