Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 229 Bytes

Use the following command to run a docker container:

docker-compose run --rm sqlite3 db/chinook.db

alternative way

docker run --rm -it -v "$(pwd):/code" -w /code keinos/sqlite3 sqlite3 db/chinook.db