Sinopsis
Short question and answer clips from my weekly YouTube Live ask-me-anything show. Topics cover Docker and container tools like Kubernetes, Swarm, AWS, Cloud DevOps and the full software lifecycle supply chain. Full YouTube shows and more info available on website.
Episodios
-
Pre DockerCon with Phil Estes, Scott Coulton, and Sujay Pillai
30/04/2019 Duración: 01h05minIn this episode, I am joined by Phil Estes of IBM, Scott Coulton of Microsoft, and Sujay Pillai. We're all working in the DevOps space and discuss topics and open source projects weeks before DockerCon. Topics include Kubernetes, CNCF, ContainerD, CNAB, Rootless Docker, Linux security in containers, and more.
-
Pre DockerCon with Laura Tacho and Marcos Lilljedahl
21/04/2019 Duración: 01h10minIn this episode, I chat with Laura Tacho from CloudBees and Marcos Lilljedahl from iúnigo, both Docker Captains and developers. We take questions from the live audience and discuss topics ranging from the difference between Jenkins and Jenkins X, to Facebook's osquery and other new open source, to Docker's upcoming 19.03 release and its new features.
-
Multiple Docker Images From One Git Repo
15/04/2019 Duración: 03minI answer a question about how to build multiple Docker images from a single GitHub repository. I talk about how to change which Dockerfile Docker build will use, and how to control the path (or context) that Docker builds from.
-
TLS in Dev and Prod with Docker
10/04/2019 Duración: 04minI answer a question about using TLS/SSL certificates in local development with Docker for microservices and then how to use those certs in production Docker. I talk about Let's Encrypt, Traefik, and more.
-
Java and JBoss in Containers. One .war File Per Container?
28/03/2019 Duración: 06minDocker Captain Michael Irwin and I discuss Java .war files in containers, and how you should break them up. We answer a question on how to design them for easy isolation and replacement.
-
Backing Up a Database Container in Swarm
22/03/2019 Duración: 06minDocker Captain Michael Irwin and I discuss backups of databases in a container cluster like Docker Swarm.
-
Swarm Volume Storage Drivers
18/03/2019 Duración: 07minDocker Captain Michael Irwin and I go over various storage options for persistent volumes in Swarm, and how you need to think about storage for Docker.
-
Learning The New Docker App with Michael Irwin
13/03/2019 Duración: 27minIn March of 2019 I talked with Michael about the new "docker-app" experimental tool. This clip talks about why it exists, and how to use it. In April 2019 Docker released a beta of 19.03 that includes "docker-app" as a plugin to the standard docker CLI, as "docker app", but most other features of this tool stay the same. We also talk about the standard behind this tool, CNAB.
-
Docker Bind-mount and Volume File Changes During Entrypoint
10/03/2019 Duración: 02minIn this episode, I list the steps to copy or sync files between a docker volume and the host
-
Docker Swarm Install in AWS
08/03/2019 Duración: 05minIn this episode I quickly list the steps to setup a Docker Swarm in AWS using docker-machine and shell scripts
-
Docker Environment Configs, Variables, and Entrypoints
06/03/2019 Duración: 22minI go through the multiple ways to get your environment variables into a container, and what shouldn't go into your ENV's.
-
Use Docker Compose or Swarm For A Single Server?
22/02/2019 Duración: 02minIn this episode, I give a quick answer to the discussion on a single production server. Should you use docker-compose or Docker Swarm?
-
Auto Setup of Mongo Replicas in Docker
22/02/2019 Duración: 03minIn this episode, I give a quick answer on how you might design MongoDB and other database servers for auto-clustering inside Docker.
-
Using Supervisor To Run Multiple Apps In A Container
21/02/2019 Duración: 05minIn this episode, I answer a question on when you should run multiple apps in a container, and how you can use supervisor to do that.
-
Should You Move Postgres to Containers
20/02/2019 Duración: 07minIn this episode, I answer the question: should you migrate your postgres servers into containers.
-
Docker "runC" Security Vulnerability: CVE-2018-5736
19/02/2019 Duración: 07minIn this episode, I talk about the recent Docker runc vulnerability and what you need to do about it.
-
Updating A Proxy From A Different Container
18/02/2019 Duración: 07minIn this episode I answer a question about how to control docker and other containers like a nginx proxy from inside a seperate container.
-
Windows 10 Containers Get Process Isolation
07/02/2019 Duración: 07minIn Docker 18.09.1 and Docker Desktop 2.0.0.2 (stable) in January 2019, we now have a new option for running Windows Containers on Windows 10 in "process isolation mode" which removes the need to launch a full Windows Server Hyper-V VM. It's a great new way for running lightweight Windows Containers, but has its own limits and config requirements.
-
Getting Started With Raspberry Pi Development in Docker
07/02/2019 Duración: 04minA viewer asks how they can prototype their software in Docker with a Raspberry Pi. I explain the various parts of the workflow including ARM 64 vs. x64 CPU architectures, the benefits of QEMU emulation in Docker Desktop, and how to get Docker images from your local machine to the Pi.
-
Elasticsearch Local Development Shows Yellow Health Status
07/02/2019 Duración: 04minA viewer asks why their Elasticsearch server on their local development setup with Docker Compose would give them a yellow health status. I talk about the common causes for this in my own experience with shard replication.