How to Dockerise a PHP Laravel Application in less than 4 minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

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

  • @Nickk888SA
    @Nickk888SA หลายเดือนก่อน +1

    Oh, well, that was so easy! I've learned how a dockerfile works, how to build an image and run a container. Thank you!

  • @BeginnerVille
    @BeginnerVille 14 วันที่ผ่านมา

    thanks alot ! it's so wasy with detail on dockerFile, that's what I need for firstime

  • @csilipo
    @csilipo 2 หลายเดือนก่อน

    Very easy learning style! Keep up the good work.

  • @SofiaRodriguez-ts9mg
    @SofiaRodriguez-ts9mg ปีที่แล้ว +1

    I love you man. You make it so simple

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

      Thank you!

    • @SofiaRodriguez-ts9mg
      @SofiaRodriguez-ts9mg ปีที่แล้ว

      @@codityco Can I ask you how you would add laravel-octane inside this deploy?

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

      Yeah that’s going to need a change to the way the dockerfile is provisioned. I’ll give this a look tomorrow and try a publish a new video for it. 👍

    • @SofiaRodriguez-ts9mg
      @SofiaRodriguez-ts9mg ปีที่แล้ว +1

      @@codityco thank you so much! There is not much documentation about deploys in docker with octain, it would be very helpful.

  • @wiseinvesting6589
    @wiseinvesting6589 8 หลายเดือนก่อน

    Thank you so much. This is my first time writing docker file for php. this video helps a lot. The image run successfully but I got 500
    SERVER ERROR from the website. What could be the reason?. Thanks.

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

    The best my man!

  • @darshanbhandary
    @darshanbhandary 5 หลายเดือนก่อน

    can you demonstrate how we can run mysql and laravel 11 on docker? its very much needed

  • @mariopetkov3636
    @mariopetkov3636 2 หลายเดือนก่อน

    You are great!

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

    Hi, I tried this on windows. I am getting this error.
    ERROR: failed to solve: process "/bin/sh -c composer install" did not complete successfully: exit code: 2
    This is on the penultimate command in the Dockerfile. Please rectify it.

  • @nejbahadnane7517
    @nejbahadnane7517 6 หลายเดือนก่อน

    thanks for video. what about php+nginx in one Dockerfile

  • @pavankumardasari6606
    @pavankumardasari6606 11 หลายเดือนก่อน

    Man you saved my time, Thanks buddy, small request can you make CICD for php paravel based projects using jenkins

    • @codityco
      @codityco  11 หลายเดือนก่อน +1

      I certainly can. Been a while since I’ve used Jenkins :)

    • @pavankumardasari6606
      @pavankumardasari6606 11 หลายเดือนก่อน

      @@codityco Thanks thanks man. If we want to use db then we need to compose the file right ?

    • @codityco
      @codityco  11 หลายเดือนก่อน

      For local development yep (so you don’t have to install the db directly) in production not necessarily. You’d probably want to use a managed db or deploy onto a vm

    • @pavankumardasari6606
      @pavankumardasari6606 11 หลายเดือนก่อน

      @@codityco Thanks for the help at this time.

  • @ricardovalle632
    @ricardovalle632 3 หลายเดือนก่อน +1

    so and mysql ?

  • @Andrew-px9fj
    @Andrew-px9fj ปีที่แล้ว +1

    Is there a specific port to access the database?

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

      The container you create doesn’t package a database. You’ll either want to use docker compose (to bring up additional containers, one of which could be a db) or you could access a db in your local environment. In either case you’ll need to update your environment configuration to match the database you’re connecting to.

  • @hasipTimurtas
    @hasipTimurtas 10 หลายเดือนก่อน

    Thanks!

  • @thomaspotterdotexe
    @thomaspotterdotexe 3 หลายเดือนก่อน

    I tried to build docker image for laravel inertia app and it didn't work, it always restarting and the image is not healthy, help :(

    • @codityco
      @codityco  3 หลายเดือนก่อน

      Do you get any errors?

  • @ProCipher
    @ProCipher 2 หลายเดือนก่อน

    Thanks man, just decreasing the music level a little bit would be great.

    • @codityco
      @codityco  2 หลายเดือนก่อน +1

      Yeah, going to be doing a new video which is more up to date - so defo will ❤️

  • @mahsh701
    @mahsh701 8 หลายเดือนก่อน +1

    if you would decrease the music it would be much clearer, but thanks

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

    how would it differ If I would like to make it using laravel 5.8?

    • @himaliamit8698
      @himaliamit8698 10 หลายเดือนก่อน

      start with developing laravel5.8 and then know all the dependencies and the php verison along with the mysql version required. assemble it

  • @SabrinaRodriguez-vf4ph
    @SabrinaRodriguez-vf4ph ปีที่แล้ว

    TKM!

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

    助かった

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

    What about Laravel Sail?

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

      Sail is great but more of a development environment (the docker-compose brings up containers to enable local dev for example). This series is the start of how you take your container to production which I would say sail isn’t suitable for (as far as I know it uses runserver). runserver effectively uses the built in php cli web server which should not be used in production.

  • @gool54
    @gool54 หลายเดือนก่อน

    Cant hear you the music is too loud

  • @himaliamit8698
    @himaliamit8698 10 หลายเดือนก่อน

    how to write dockerfiles

    • @codityco
      @codityco  10 หลายเดือนก่อน

      Simply create a text file called Dockerfile at the root of your project (the folder all your project code is in)

    • @himaliamit8698
      @himaliamit8698 10 หลายเดือนก่อน

      @@codityco i meant how to write dockerfiles with appropriate layer and know why it is not running . i am having issues on how to write proper Dockerfile.

  • @vygandas.pliasas
    @vygandas.pliasas 11 วันที่ผ่านมา

    Emmm... You forgot workers :)

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

    Hi,

  • @nouraalfraidi3419
    @nouraalfraidi3419 2 หลายเดือนก่อน

    قصرت