Getting started with Docker Compose

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 13

  • @Radictor44
    @Radictor44 5 месяцев назад

    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

  • @sunefred
    @sunefred 5 месяцев назад +10

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

  • @arsenaghajanyan9741
    @arsenaghajanyan9741 4 месяца назад

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

  • @capableText3
    @capableText3 5 месяцев назад +1

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

  • @pamplas2345
    @pamplas2345 5 месяцев назад

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

  • @coloresfelices7
    @coloresfelices7 3 месяца назад

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

  • @lczago
    @lczago 3 месяца назад

    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.

  • @junior.santana
    @junior.santana 5 месяцев назад

    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?

  • @mnursat
    @mnursat 5 месяцев назад +1

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

    • @amantinband
      @amantinband  5 месяцев назад +1

      By becoming a member of the channel 🙂: ruclips.net/p/UUMOlz49zOCnzsclUJY-t62lIw

  • @ToWriteForPosterity
    @ToWriteForPosterity 5 месяцев назад +1

    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!

    • @amantinband
      @amantinband  5 месяцев назад +2

      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.