[dba-Tech] MS SQL containers

Jim Lawrence accessd at shaw.ca
Thu Jun 7 20:46:19 CDT 2018


Docker SQL Server 2017 Linux Containers with database cloning

http://www.sqlservercentral.com/articles/containers/173237/?utm_source=SSC&utm_medium=pubemail
http://bit.ly/2JiEtlz

Building SQL Server images with Dockerfiles:
Sample...
...
FROM mssql-2017
ENV USE_DOCKERFILE_TO_CREATE_CONTAINER=1
RUN TargetAttach_MSContainerSqlLinux MSDockerIp|192.168.XX.XXX:2375 MSSqlImageName|microsoft/mssql-server-linux
MSDockerClientPath|C:\docker\docker.exe MSContainerPort|$MSContainerPort MSContainerSaPassword|$MSContainerSaPassword MSLinuxMountPathForMountDb|None MSLinuxMountPathForSetupCloning|/windocks/dataexternal/$ContainerId/$ContainerImageName
SETUPCLONING FULL customers C:\windocks\dbbackups\customerdatafull.bak

...Start to explore these capabilities today by downloading the free Windocks Community Edition, available at https://www.windocks.com/community-docker-windows

Jim


More information about the dba-Tech mailing list