Docker Compose for Beginners

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • If you use Docker for running several containers on your computer at once, you can make your life easier by using Docker Compose instead of multiple 'docker run' commands.
    Learn the basics of Docker Compose for beginners in this tutorial where I take 2 docker run commands, one for a .Net API, and one for a Postgres database, and show how to run those using Docker Compose. I go over the docker-compose.yml set up, as well as the basics of networks and volumes.
    Docs for Docker Compose
    docs.docker.co...
    Link to Github repo for reference:
    github.com/Scr...
    Follow me on social media!
    Twitter: / scriptbytesio
    Instagram: / scriptbytes
    Threads: scriptbytes
    Check out my blog!
    scriptbytes.io/

КОМЕНТАРІ • 9

  • @hamouz718
    @hamouz718 5 місяців тому

    Dude, you are gold, straight to the point, very clear, at the same time covering all important aspects, not only in this video but in most of your videos

    • @scriptbytes
      @scriptbytes  5 місяців тому

      I appreciate that a lot. Thank you!

  • @iuli007
    @iuli007 10 місяців тому +1

    Very good content ! Congrats !

    • @scriptbytes
      @scriptbytes  10 місяців тому

      I appreciate that, thanks!

  • @hamouz718
    @hamouz718 5 місяців тому

    You earned my sub

  • @renatoloefstop
    @renatoloefstop Рік тому +1

    To the point and with good explanation!

  • @kamanemo
    @kamanemo 11 місяців тому +1

    Thanks. Great job and good example! I see a lot of useless links but don't see useful link on the github for this example. Where's the link?

    • @scriptbytes
      @scriptbytes  11 місяців тому

      I pushed the code to Github and added a link in the video description.