Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.05 KB

PITCHME.md

File metadata and controls

48 lines (31 loc) · 1.05 KB

SQL Server and Containers


Andrew Pruski

SQL Server DBA & Microsoft Data Platform MVP

@fa[twitter] @dbafromthecold
@fa[envelope] dbafromthecold@gmail.com
@fa[wordpress] www.dbafromthecold.com
@fa[github] github.com/dbafromthecold


Agenda

@ul

  • Container Definition
  • Running SQL Server in a container
  • Custom images
  • Sharing images
  • Persisting data
  • Portainer @ulend

Container Definition

Containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

@size0.8em


Demo Time!


Resources

@size0.8em
@size0.8em