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
@sunefred6 ай бұрын
I had to write this on a new monitor because I followed your instructions to smash the subscribe button ☹
@amantinband6 ай бұрын
😆
@junior.santana6 ай бұрын
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?
@capableText36 ай бұрын
Great content! Do you have any plans discussing microservices design?
@arsenaghajanyan97415 ай бұрын
Thanks for the content! What’s your preferred way of implementing hot reload using docker?
@pamplas23456 ай бұрын
Hey Amichai!, Would you tell me when did your interest for programming began? Like at what age and what sparked your interest for this.
@coloresfelices74 ай бұрын
The version directive is obsolete and was necessary for the legacy "docker-compose" CLI tool (with the hyphen).
@lczago4 ай бұрын
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.
@mnursat6 ай бұрын
Hello. How can i get early access to video in youtube?
@amantinband6 ай бұрын
By becoming a member of the channel 🙂: kzbin.info/aero/UUMOlz49zOCnzsclUJY-t62lIw
@ToWriteForPosterity6 ай бұрын
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 Microsoft.NET.Build.Containers 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!
@amantinband6 ай бұрын
I'll likely cover the Microsoft.NET.Build.Containers NuGet either as a refactor to what we currently have later on in the series or as a standalone video, but in any case it won't be soon. Regarding what's recommended for a new project - it really depends on the level of configuration you're looking for and other solution specifics.