Sign inSign up

donleos/sqlite3

By donleos

•Updated over 6 years ago

Simple sqlite3 image on Alpine.

Image
0

185

donleos/sqlite3 repository overview

⁠Description

Simple sqlite3 image on Alpine.

⁠Versions

TagAlpine versionSqlite3 version
latest3.12.03.32.1-r0

⁠How to run

First start. Entrypoint is set to 'sqlite3' so if you want to jump right into command line just skip detach param.

docker container run -it -d donleos/sqlite3:<TAG>

Enter the sqlite3 command line on running container:

docker container exec -it <CONTAINER_NAME OR ID> sqlite3

Tag summary

Content type

Image

Digest

Size

5.3 MB

Last updated

over 6 years ago

docker pull donleos/sqlite3