Rob's Presentations on docker, page 14
Developing with HTTPS in Containers
docker asp.net core
8/5/2020
at GIDS Cloud Live
in India (virtual)
HTTPS is the new black. In production, you’ll likely terminate HTTPS at the load balancer. But how do you develop HTTPS content inside Docker containers?...
Continuous Security by Design
docker security devops
7/31/2020
at DevOpsDays Medellin
in Medellin, Colombia (virtual)
Have you struggled to get security baked into your DevOps process or have your security needs taken a back seat to “run fast and break things”?...
Continuous Security by Design
docker security devops
7/15/2020
at DevSecOps Days Singapore
in Singapore (virtual)
Have you struggled to get security baked into your DevOps process or have your security needs taken a back seat to “run fast and break things”?...
Docker for Windows Container Development
docker devops asp.net core
7/14/2020
at LightUp
in India (virtual)
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome, available for Linux and Windows software development....
Continuous Security by Design
docker security devops
6/25/2020
at LessCon
Have you struggled to get security baked into your DevOps process or have your security needs taken a back seat to “run fast and break things”?...
Database DevOps with Containers
devops docker
4/1/2020
at Redgate Streamed
in Cambridge, England (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Kubernetes Test Drive
docker devops kubernetes
3/7/2020
at Scale 18x
in Pasadena, CA
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
Kubernetes Test Drive
docker devops kubernetes
1/13/2020
at Integration User Group
in Dublin, Edinburgh, Lisbon, London
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
Kubernetes hands-on (Workshop)
docker devops kubernetes
1/7/2020
at CodeMash
in Sandusky, OH
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
HTTPS in ASP.NET Core in Docker Linux Containers Deep Dive
docker asp.net core
11/19/2019
at DevIntersection
in Las Vegas, NV
ASP.NET Core lights up HTTPS by default. Running from the command line or from Visual Studio installs and trusts self-signed certificates so we don’t get the browser error when debugging....