Python Flask application in a Docker container (Mac OS X)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 13

  • @dinesht9539
    @dinesht9539 ปีที่แล้ว

    This is great, build my first container and ready to deploy my app. You made it look pretty easy :). Can't believe I was going to deploy on an actual machine, now I can just pop this onto my Synology

  • @mrpenguinsir
    @mrpenguinsir 6 ปีที่แล้ว +2

    Great video! Thanks for kick starting my Flask/Docker learning.

  • @dawnbugay2288
    @dawnbugay2288 4 ปีที่แล้ว +1

    Is this same with windows?

    • @thequalityhome
      @thequalityhome  4 ปีที่แล้ว

      There should be no significant difference with Windows!

  • @Jarmahent
    @Jarmahent 6 ปีที่แล้ว

    I have this exact setup but whenever I run my docker container it says it cant find the modules, specifically Flask. Why is this?

    • @DouglasLenz0
      @DouglasLenz0 6 ปีที่แล้ว

      Hi! Did your pip installations fail during your `docker run` command?

    • @Jarmahent
      @Jarmahent 6 ปีที่แล้ว

      Douglas Lenz yup

  • @EricPalmer_DaddyOh
    @EricPalmer_DaddyOh 7 ปีที่แล้ว +1

    Useful video. Would be nice to have access to the project files in github.

  • @ManDanners
    @ManDanners 8 ปีที่แล้ว +2

    You never went over the requirements.txt file, any chance you can upload that?

    • @TheGman426
      @TheGman426 7 ปีที่แล้ว +1

      his requirements.txt will have gunicorn and Flask dependencies

    • @3hurricane4mark7
      @3hurricane4mark7 6 ปีที่แล้ว

      Example of requirements.txt:
      Flask==0.10.1
      gunicorn==19.4.5

  • @taoli5497
    @taoli5497 7 ปีที่แล้ว

    thanks a lot.