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
- Host: GitHub
- URL: https://github.com/dbafromthecold/dockerdeepdive
- Owner: dbafromthecold
- Created: 2019-10-19T10:23:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T09:48:11.000Z (5 months ago)
- Last Synced: 2025-05-21T09:48:29.013Z (5 months ago)
- Size: 3.5 MB
- Stars: 21
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dbafromthecold/dockerdeepdive - Slides and code for my Docker Deep Dive presentation (Others)
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/