Learn Docker to Make Deployment Easy (step-by-step)

Поділитися
Вставка
  • Опубліковано 16 кві 2024
  • Docker allows us to keep our local environment similar to our production environment. We will use FastAPI along with Docker and python to create a professional environment easy!
    💻 Git Repository: www.codingwithroby.io/get-rep...
    🎥 React + FastAPI: • How to build a React +...
    🎥 AWS Lambda + FastAPI: • Deploy FastAPI on AWS ...
    🎥 MongoDB + FastAPI: • Unlocking the Power of...
    🎥 MySQL + FastAPI: • How to build a FastAPI...
    🎥 PostgreSQL + FastAPI: • How to build a FastAPI...
    🎓 Courses can be found:
    FastAPI Beginner & Advanced: www.udemy.com/course/fastapi-...
    Learn Chatbot Development: www.udemy.com/course/the-comp...
    👨‍💻 Hi, I am Eric!👨‍💻
    Hey! I’m a seasoned developer and Cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!
    🙏 Support The Channel 🙏
    If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍
    PS: The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you.
    #fastapi #python #docker

КОМЕНТАРІ • 16

  • @CarlosDZ87mx

    Good video but not needing to specify the port on localhost is because you bind port 80 from your local machine to the container and port 80 is the default port for http connections. Any other port and you would need to specify it when running on localhost

  • @ThaSkoomaDealer

    Thanks for considering the opinions of your followers! This is a really great and simple tutorial. From now on, we should focus on multi-container apps (another video content idea).

  • @TaiwoMegbope

    Great job Eric. You've been such a resource for me. Your Udemy course "A chat app in a weekend" has got me glued to all your content.

  • @wait4015

    Great video! I also came from your Fast API Udemy course and I really liked it. What's the difference between using a python virtual environment vs a docker though? I always use venv but I see many others recommend to use dockers but I don't really know why?

  • @iukeay

    Have you looked into VScode dev environments (it is built in)

  • @thomasdejong1475

    Why dont you use a newer version of python?

  • @coff3andprograming

    Hubiera quedado mejor una base de datos como MySQL o Postgresql para este ejemplo ya que sqlite es bastante básica y literal esa madre se crea sola