Docker Compose v2: What's New in 2021: DevOps and Docker Live Show (Ep 126)

preview_player
Показать описание
Starts at 3:45. Docker announced Compose v2 at DockerCon 2021, and I will go through all the new stuff you didn't know about. If you're a fan of compose (my fav docker tool), then come catch up on what docker's done over the last two years to make it so much better!

Top New Features
===============
00:00 Waiting and Intro
03:54 Hello and news
07:10 Compose V2 is a Docker Plug-in (written in Go)
17:15 Compose Spec (no more yaml versions)
24:39 Service Profiles
41:29 Compose ls (list all running compose projects)
47:38 BuildKit by default
53:41 Compose cp (copy files in/out)
54:21 Compose convert
57:19 Compose up to ACI and ECS
1:06:25 Compose up to Kubernetes
1:10:43 Compose command aliases
1:11:45 Other questions from chat

URL's I Discussed
=========

Bret Fisher
=========

#docker #dockercon #devops #compose
Рекомендации по теме
Комментарии
Автор

My best friend, OMG! So wonderful! I really love this! Thank you so much

ponyrang
Автор

Super excited for docker compose service profiles and direct deployment to k8s! Keep up the great content! 🐙

PS: omg I want a docker mug too 🐋

LeeZhenYong
Автор

How did you set up your terminal? btw, great content. Thank you!

thenomadchronicles
Автор

Hi Bret, i missed out the major part of this stream, the other day, and i was following all this content today, i went and install the v2 cli from the script listed in the docker github repo, i dont know if i am doing something wrong, i still cant use docker compose without dash

niteshsahni
Автор

I have a question, its possible to share a content of a folder from container to the host. to run my python project on pycharm i need to configure the py file that has to be on local folder ( host ) by the project its installed on container so i have to map on the host. but if a create a empty folder on host and map on container the host folder will overwrite the container folder and erase all the files and folder... is there a way to do that ( Host = windows 10 )

marcelomarcon