Sign inSign up

spartakode/sqlite3

By spartakode

•Updated over 10 years ago

Sample image to test out building a container using alpine linux

Image
5

50K+

spartakode/sqlite3 repository overview

#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

Tag summary

Content type

Image

Digest

Size

4 MB

Last updated

over 10 years ago

docker pull spartakode/sqlite3