Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 759 Bytes

Learning SQL

Docker Cloud Build Status

MySQL with example schema from "Learning SQL" book by Alan Beaulieu.

Example files source

Build and Run Using Docker

docker build -t spodin/learning-sql .
docker run -t -d --name learning-sql -p 3306:3306 spodin/learning-sql

or from Docker Hub repository directly:

docker run -t -d --name learning-sql -p 3306:3306 spodin/learning-sql

Database Connection Parameters

Name: bank

Port: 3306

Username: lrngsql

Password: sqlbank