Search Docker Hub
sqlite3
By sstc
https://github.com/docker-sstc/docker-sqlite3
10K+
A dockerized sqlite3 client.
touch ~/database.db docker run \ -it \ --rm \ -v ~:/data \ sstc/sqlite3 \ sqlite3 database.db
Enter ".help" for usage hints. sqlite> CREATE TABLE test (id INTEGER, name TEXT); sqlite> .tables test sqlite> .exit
Content type
Image
Digest
sha256:59f29aaff…
Size
4.2 MB
Last updated
over 3 years ago
docker pull sstc/sqlite3