Skip to content

A docker image using Microsoft's latest Microsoft SQL Server docker image, with the sample AdventureWorks database installed.

Notifications You must be signed in to change notification settings

ebunt/docker-adventureworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker AdventureWorks

This project is available on docker-hub under the chriseaton/adventureworks repository.

There are three versions tagged:

Tag Description
latest or oltp This image contains the standard OLTP version of the AdventureWorks database.
datawarehouse This image utilizes the data warehouse version of the AdventureWorks database.
light This image utilizes the "light" version of the AdventureWorks database.

Building

Run the build.sh script to download the AdventureWorks backup file from Microsoft, and to build and tag the docker image.

Running

This docker image can be run easily by setting the environmental variables defined on the Microsoft SQL Server docker image.

docker run -p 1433:1433 -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=my_password' -d chriseaton/adventureworks:latest

About

A docker image using Microsoft's latest Microsoft SQL Server docker image, with the sample AdventureWorks database installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published