š§ This platform open-source and is in early development. We welcome feature requests and pull requests! š
Should we still be using docker-compose for local development?
In this episode, Bret is going to guide us through everything we need to know about Docker Compose v2šæ Rawkode LiveHosted by David McKay / š¦ https://twitter.com/rawkodeWebsite: https://rawkode.liveDiscord Chat: https://rawkode.live/chat#RawkodeLiveš° Timeline00:00 - Holding screen01:00 - Introductions02:15 - Background and Questions34:00 - Docker CLI Plugins / Adding Compose39:45 - Compose Subcommands48:00 - Creating a Compose File55:50 - Healthchecks55:50 - Dependencies & Healthchecks1:27:30 - Convert1:37:00 - Closingš„ About the GuestsBret 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 TechnologiesDockerDocker 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