
Create a SQLite Database While Building a Docker Image
Do you need to have a SQLite database available in a Docker image? I did, and here’s the solution I came up with.
Do you need to have a SQLite database available in a Docker image? I did, and here’s the solution I came up with.
If you’re encountering "General error - 8 attempt to write a readonly database" when working with SQLite, and confused because the write permission’s set on the file, here’s the solution.