Should we still be using docker-compose for local development? | Rawkode Live

Share this & earn $10
Published at : September 06, 2021

In this episode, Bret is going to guide us through everything we need to know about Docker Compose v2


๐Ÿฟ Rawkode Live

Hosted by David McKay / ๐Ÿฆ https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat

#RawkodeLive

๐Ÿ•ฐ Timeline

00:00 - Holding screen

๐Ÿ‘ฅ About the Guests

Bret Fisher

A freelance DevOps and Docker consultant, Udemy Instructor, trainer, speaker, and Open Source volunteer working from Virginia Beach, VA


๐Ÿฆ https://twitter.com/BretFisher
๐Ÿงฉ https://github.com/BretFisher
๐ŸŒ https://www.bretfisher.com/


๐Ÿ”จ About the Technologies

Docker

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. Because all of the containers share the services of a single operating system kernel, they use fewer resources than virtual machines.
The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. It was first started in 2013 and is developed by Docker, Inc.

๐ŸŒ https://docker.com
๐Ÿฆ https://twitter.com/docker
๐Ÿงฉ https://github.com/docker

#Docker #Containers Should we still be using docker-compose for local development? | Rawkode Live
Shouldstillusing