Docker - Laravel Sail Installation on Windows

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

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

  • @bayramm
    @bayramm 3 ปีที่แล้ว +2

    Thank you I installed docker and ubuntu. It was smooth tutorial which is led to the conclusion

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

    At last, I have successfully run the docker + laravel. Salamat lods!

    • @Autodidact
      @Autodidact  3 ปีที่แล้ว

      Glad it helped! 😊

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

    Thankyou. Very easy way to tech.

  • @KenjiLoo-h1t
    @KenjiLoo-h1t ปีที่แล้ว +1

    hi, how do i import my projct to laravel sail? instead of using the example app

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

      You'll gonna have to install Laravel Sail dependencies after cloning your project from your repository with the following commands...
      docker run --rm \
      -u "$(id -u):$(id -g)" \
      -v $(pwd):/var/www/html \
      -w /var/www/html \
      laravelsail/php81-composer:latest \
      composer install --ignore-platform-reqs

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

    I got this error
    System has not been booted with systemd as init system (PID 1). Can't operate.
    Failed to connect to bus: Host is down
    Not sure how to proceed

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

      Were u able to continue or stuck with that error? Also what step were you at before you encountered that error?

  • @iJosiasCastro
    @iJosiasCastro 2 ปีที่แล้ว

    The best tutorial, thanks.

    • @Autodidact
      @Autodidact  2 ปีที่แล้ว

      Glad it was helpful!

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

    is docker working on AMD 2200g cpu and AM4 motherboard ?

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

      try to review the requirements here --> docs.docker.com/docker-for-windows/install/

  • @yuishirou
    @yuishirou 3 ปีที่แล้ว

    nice parekoy, tuts!!

    • @Autodidact
      @Autodidact  3 ปีที่แล้ว

      Thanks parekoy 😁

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

    Please go to the next step