Sign inSign up

thekrushka/sqlite

By thekrushka

Updated over 10 years ago

custom database for tim2

Image
0

279

thekrushka/sqlite repository overview

docker-compose-example

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;

Tag summary

Content type

Image

Digest

Size

84 MB

Last updated

over 10 years ago

docker pull thekrushka/sqlite