How To Create And Use Github Packages For Docker Containers

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 28

  • @Beachcasts
    @Beachcasts  2 года назад

    To learn more about using Docker with WSL 2 on Windows: ruclips.net/video/h0Lwtcje-Jo/видео.html

    • @Beachcasts
      @Beachcasts  2 года назад

      Or to use Laravel Sail click here: ruclips.net/video/Zxi157MpoRE/видео.html

  • @vadorovsky4915
    @vadorovsky4915 2 года назад +7

    Thanks for the video! It was way more clear than the official GitHub dcumentation, which couldn't be more cryptic.

    • @Beachcasts
      @Beachcasts  2 года назад

      Thank you. Glad it cleared things up for you.

  • @timo_b3
    @timo_b3 3 месяца назад

    thank you! this video helped me 1 year ago and now again

  • @dragon3602010
    @dragon3602010 2 года назад +1

    Awesome thanks, so can i put a library that I made to be able to use it from anywhere/vps by pulling the container?

    • @Beachcasts
      @Beachcasts  2 года назад

      Glad you found it helpful. Yes, you could do that using volumes.

  • @jlstine
    @jlstine Год назад

    Where is the sample yaml file you mentioned - you went a little quick at the end - but enjoyed the tutorial - was clear for the most part.

  • @kresnofatihimani5073
    @kresnofatihimani5073 2 года назад

    nice. thanks for sharing & plz don't stop. subscribed 🔥🔥🔥🔥🔥🔥

    • @Beachcasts
      @Beachcasts  2 года назад

      Wow, thank you so much. Much more coming!

  • @alessiograziani6355
    @alessiograziani6355 2 года назад

    many thanks, it worked perfeclty.

  • @veganebockwurst9770
    @veganebockwurst9770 2 года назад

    That was straight forward. Thanks.

    • @Beachcasts
      @Beachcasts  2 года назад

      So happy you enjoyed it, and hope you find it useful. Thank you for watching.

  • @md.musfiqurrahaman8612
    @md.musfiqurrahaman8612 Год назад

    Thanks man.

  • @AlamMahmood
    @AlamMahmood 2 года назад

    On 4:27 when I run this command line I get error saying export is not recognized. Where should I run this command? In windows command or somewhere else?

  • @river.
    @river. 2 года назад

    plz make a video of how to analyze code of a not maintained Github repository.

    • @Beachcasts
      @Beachcasts  2 года назад

      Interesting idea. Can you give more clarity to what you mean?

    • @river.
      @river. 2 года назад

      @@Beachcasts I wanted to understand and test code of Federated Optimization in Heterogeneous Networks (MLSys '20) . But it turns out it is not maintained and still use tensorflow 1.15 which isn't available on pip. So I can't run the code and analysis code by printfing my way through code. But I still need to understand working of code. So I want to know the best and more efficient way to do so.

    • @Beachcasts
      @Beachcasts  2 года назад +1

      @@river. Sounds like a hand full. Maybe try using a step debugger. Good luck.

  • @AndrewAkaHrun
    @AndrewAkaHrun 2 года назад

    Very useful tutorial, thanks a lot!

    • @Beachcasts
      @Beachcasts  2 года назад

      So glad you found it useful.

  • @J90JAM
    @J90JAM 2 года назад

    7:22 didn't work for me, kept getting: "failed to solve with frontend dockerfile.v0: failed to read dockerfile"
    googled it and found some potential fixes on stackoverflow, but ended up with a different error message: "unable to prepare context: unable to evaluate symlinks in dockerfile path"
    I assume I'm doing something very wrong somewhere, although I followed the steps in the video exactly, so I guess it's something to do with my container or file setup maybe?

    • @Beachcasts
      @Beachcasts  2 года назад +1

      Perhaps the location you are symlinked to doesn't have proper permissions?

  • @mojtabahn6913
    @mojtabahn6913 3 месяца назад

    danke

  • @avinavsharma9359
    @avinavsharma9359 2 года назад +1

    It's been 2 days and still I haven't been able to understand a thing. I will be fired by my company because I had faith in your video.

    • @Beachcasts
      @Beachcasts  2 года назад +1

      Sorry to hear you are having difficulty. I'm not seeing anything in your comment to indicate what you're having difficulty with. Maybe reach out to Github tech support. I would also encourage you to try some random things, and see if you stumble on something that gets you a step closer. I wish you the best of luck.

  • @pro_nil07
    @pro_nil07 2 года назад

    .

    • @Beachcasts
      @Beachcasts  2 года назад +1

      Thanks for stopping by.