Getting started with Docker Compose

preview_player
Показать описание

In today's video, we'll see how simple it is to set up Docker Compose and use it to configure both our .NET application and a postgres database simply by running "docker compose up --build"

Connect with me on 'em socials:

Check out all my courses on DomeTrain:

Support the channel and get the source code:

Thanks for watching, don't forget to like & comment & subscribe! ❤️ 💻
Рекомендации по теме
Комментарии
Автор

5 or 6 year's ago I was writing docker compose files for a company, not so much now, but love to spin up local projects, so easy to provision databases and other great solutions

Radictor
Автор

I had to write this on a new monitor because I followed your instructions to smash the subscribe button ☹

sunefred
Автор

The version directive is obsolete and was necessary for the legacy "docker-compose" CLI tool (with the hyphen).

coloresfelices
Автор

I got the concept of spinning up a local database server easily but what's the advantage of running the app inside the container during development?

junior.santana
Автор

Great content!
Do you have any plans discussing microservices design?

capableText
Автор

Hey Amichai!, Would you tell me when did your interest for programming began? Like at what age and what sparked your interest for this.

pamplas
Автор

Man, one problem I have with Docker sometimes is permission... Sometimes even if my Docker container user is root, I get some permission denied when the root user tries to create a directory or file. Can you do a video about this subject? The best way to handle docker container permissions in your POV.

lczago
Автор

Thanks for the content! What’s your preferred way of implementing hot reload using docker?

arsenaghajanyan
Автор

Hello. How can i get early access to video in youtube?

mnursat
Автор

Hello! Thanks for this series. I’m an experienced dev but haven’t used Docker or similar before and learning. Are you going to cover the tools in the namespace? I’m confused as to what is recommended for a new .Net 8 web api/Blazor app if I want to deploy that and a db instance to a cloud environment. Cheers!

ToWriteForPosterity