A trivial docker-compose example. It uses socat to create a sqlite server accessible on localhost:12346.
Run:
./setup_dbs.sh
docker-compose up
telnet localhost 12346
[another terminal]
telnet localhost 12346
select * from t1;
Content type
Image
Digest
Size
84 MB
Last updated
over 10 years ago
docker pull thekrushka/sqlite