Sample image to test out building a container using alpine linux
50K+
#SQLITE3 alpine based image
This was just something I built quickly to test out the alpine image. To use it:
Simply mount your database to /db/db.db. I run my image like so:
docker run --rm -it -v ~/Path/To/My/Db/database.db:/db/db.db spartakode/sqlite3:latest
Content type
Image
Digest
Size
4 MB
Last updated
over 10 years ago
docker pull spartakode/sqlite3