Simple sqlite3 image on Alpine.
| Tag | Alpine version | Sqlite3 version |
|---|---|---|
| latest | 3.12.0 | 3.32.1-r0 |
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
Content type
Image
Digest
Size
5.3 MB
Last updated
over 6 years ago
docker pull donleos/sqlite3