April 2017
Beginner
404 pages
9h 30m
English
In the earlier section, we upgraded Music Store to store binary data using volumes. In this section we will build a musicstore image which will use SQL Server 2016 Express container to store data. The completed sample for Music Store is available under the GitHub repository: C:/learningwsc/chapter6/musicstore-sqlserver.
The following are the updates done to the Music Store application to enable data storage:
#Create Docker Volume docker volume create musicstoreimages #Creates a Music Store Container ...Read now
Unlock full access