Getting started with Docker Compose

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

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

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

    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 3 месяца назад +7

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

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

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

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

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

  • @coloresfelices7
    @coloresfelices7 Месяц назад

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

  • @lczago
    @lczago Месяц назад

    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.

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

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

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

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

  • @ToWriteForPosterity
    @ToWriteForPosterity 3 месяца назад +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  3 месяца назад +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.

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

    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?

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

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