Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 924 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 924 Bytes

docker-sqlite3

Docker pull Docker stars Build Status Docker size Codacy grade

Versions

  • latest (based on debian:stable)

Image

Install sqlite3 command line. Use make install to setup the command.

Use

Use from command line:

docker run -it nouchka/sqlite3

or use with docker compose:

docker-compose run sqlite3

Todo