8000 GitHub - kliewkliew/docker-mysql-adventureworks: MySQL with the Microsoft AdventureWorks sample database in Docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kliewkliew/docker-mysql-adventureworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/kliewkliew/docker-mysql-adventureworks

https://hub.docker.com/r/kliew/mysql-adventureworks

MySQL-AdventureWorks

MySQL with the Microsoft AdventureWorks sample database converted for MySQL server, from http://sourceforge.net/projects/awmysql/

http://msftdbprodsamples.codeplex.com/

The AdventureWorks OLTP database supports standard online transaction processing scenarios for a fictitious bicycle manufacturer (Adventure Works Cycles). Scenarios include Manufacturing, Sales, Purchasing, Product Management, Contact Management, and Human Resources.

Building

docker build -t kliew/mysql-adventureworks .

Running

Viewing logs

docker kill adventureworks
docker rm adventureworks
docker run -it --name adventureworks kliew/mysql-adventureworks

or

In the background

docker kill adventureworks
docker rm adventureworks
docker run -d --name adventureworks kliew/mysql-adventureworks

Opening a bash terminal

docker exec -it adventureworks bash

About

MySQL with the Microsoft AdventureWorks sample database in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0