Containerize your development with Docker!

Sept. 3, 2018, 3:47 p.m. (5 years, 7 months ago)
0 Comments

On this episode we have Jason McCallister from Trader Interactive on to discuss Docker! We talk about what Docker containers are, and how we can leverage them to make our local development process better.

We delve into the advantages of using Docker to compartmentalize the various services that we need during development into containers, so that we can focus on shipping code rather than tinkering around with a development environment.

Then we get into how to use Docker for our entire pipeline from local development to testing CI/CD, staging, and live production. Jalen Davenport joins us as well to discuss how Laravel Valet can work together with Docker effectively.

Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Jessie Frazelle on Maintaining Open Source, Docker, dotfiles Jessie Frazelle on Maintaining Open Source, Docker, dotfiles
Jessie Frazelle joins us this week to talk about being an open source maintainer, Docker’s pull request acceptance workflow, dotfiles, getting started with public speaking. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sp...
Docker, Moby, Containers Docker, Moby, Containers
Solomon Hykes joined the show to talk about all things Docker, Moby Project, and what makes Go a good fit for container management. Leave us a comment Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today! Sponsors: Linode – Our cloud server of c...
Do's and Don'ts for Docker-izing applications Do's and Don'ts for Docker-izing applications
In this episode, we talk to Andreas Wittig from cloudonaut.io about best practices when using Docker for our web applications. We delve into what Docker is, and how the packaging of devops as config allows for easier onboarding, and also easier rollback to whatever dev environment a particular proj...
Building Chat Applications, GitHub Actions, HatchBox Features, and Mistakes Building Chat Applications, GitHub Actions, HatchBox Features, and Mistakes
In this pre-Thanksgiving episode released post-Thanksgiving, we talk about what it was like working with ActionCable and React on Podia's latest feature, messaging. We also talk through GitHub actions, some of the features of HatchBox (including using DigitalOcean Spaces as a drop-in S3 replace...
GitHub Codespaces & Docker with Benjamin Wood GitHub Codespaces & Docker with Benjamin Wood
[00:01:52] Ben introduces himself and tells us about a configuration he did with Docker. [00:09:24] Find out what GitHub Codespaces is all about. [00:18:20] Ben explains the demo he did on how to create a new repository. [00:22:56] Andrew tells Ben he feels like he might know how to set up a home ne...
Similar Tutorials
10 Ways to Manage Environment Variables with Dokku Config Commands
10 Ways to Manage Environment Variables with Dokku Config Commands
Dokku is an awesome open-soure project that makes it really simple to setup and manage your own docker-powered PaaS (Platform-as-a-Service). If you're a solo developer or working in a small team with a low budget, Dokku is godsend. Most applications requires some sort configuration to...
How to Install & Setup Redis for Dokku
How to Install & Setup Redis for Dokku
Redis is a free and open-source in-memory data store which can be used as cache or in same cases even a database. Redis is super simple to install if you manage your applications with your own Dokku PaaS (Platform as a Service). In today's tutorial I will show you how we can install a...
Setup SSL Certificates & Serve your Applications over HTTPS for Free with Dokku & Let's Encrypt
Setup SSL Certificates & Serve your Applications over HTTPS for Free with Dokku & Let's Encrypt
In this tutorial we are going to take a look at how we can setup free SSL certificates for our Dokku powered applications with Let's Encrypt. Let's Encrypt is a non-profit organization that provides TLS (Transport Layer Security) encryption at no charge. Their goal is to make the web ...