Sign inSign up

spodin/learning-sql

By spodin

Updated about 7 years ago

Learning SQL with example schema

Image
0

305

spodin/learning-sql repository overview

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

Tag summary

Content type

Image

Digest

Size

118 MB

Last updated

about 7 years ago

docker pull spodin/learning-sql