An open API service indexing awesome lists of open source software.

https://github.com/dbafromthecold/dockerdeepdive

Slides and code for my Docker Deep Dive presentation
https://github.com/dbafromthecold/dockerdeepdive

Last synced: 3 months ago
JSON representation

Slides and code for my Docker Deep Dive presentation

Awesome Lists containing this project

README

          

# Docker Deep Dive

Code for my Docker Deep Dive session

This session covers: -
- Container isolation
- Container networking
- Persisting data for SQL Server
- Custom images
- Docker compose

# Github repo for this session
https://github.com/dbafromthecold/DockerDeepDive

# Just the slides (for when I do this session with slides :-) )
https://dbafromthecold.github.io/dockerdeepdive/

# Summary of all the blogs I've written about SQL Server and containers
https://dbafromthecold.com/2017/03/15/summary-of-my-container-series/

# The SQL Server & Containers Guide on Github
https://github.com/dbafromthecold/SqlServerAndContainersGuide

# Liz Rice's Containers from Scratch session
https://www.youtube.com/watch?v=_TsSmSu57Zo

# Installing SQL Server on Linux guide
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-ver15

# Running SQL Server in a container with SqlCmd
https://dbafromthecold.com/2023/05/19/running-sql-server-in-a-container-with-sqlcmd/