Docker 101: Dockerizing Your Infrastructure

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

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

  • @SatishPatruni
    @SatishPatruni 9 лет назад +2

    Still one of the best tutorials to get started. Thank you Stan!

  • @Nemethszyszy
    @Nemethszyszy 8 лет назад +1

    Awesome! Best comprehensive tutorial I have seen on youtube on this subject :)

  • @JasonZoladz
    @JasonZoladz 9 лет назад +2

    Very practical introduction. Best I've seen. Thanks so much for putting this together!

  • @jazzy39217
    @jazzy39217 8 лет назад

    One the best hands on intros out here..... Thanks a lot.....

  • @sijanshrestha7278
    @sijanshrestha7278 9 лет назад +4

    Thank you for the lucid explaination.This video helped a lot

  • @psjrajarajan
    @psjrajarajan 9 лет назад +3

    Fantastic docker introduction! can't believe someone clicked the 'dislike' button :-). great work Stanley.

  • @artificialbrainz9316
    @artificialbrainz9316 9 лет назад +1

    Best 101 ever. Thanks a lot.

  • @jg8644
    @jg8644 7 лет назад

    Awesome introduction and deep-dive. Learned ALOT.

  • @RajPatel-mg9zo
    @RajPatel-mg9zo 8 лет назад

    awesome stanley - clear organized great docker how to for nubies!

  • @abdoelrahmanhegazy
    @abdoelrahmanhegazy 8 лет назад

    Great demo Stanley

  • @JanaAjiGow
    @JanaAjiGow 9 лет назад

    Thank you very much and it was very helpful.

  • @PatrickMJToca
    @PatrickMJToca 9 лет назад

    Excellent. Clear and to the point. Next step... JuJu ? :)
    Thanks for the presentation.

  • @salvadorjuanmartinez2304
    @salvadorjuanmartinez2304 9 лет назад +3

    excelent introduction, helped me a lot, although, dont take this in a bad way, is intended as constructive criticism, but sometimes you extend to much to prove some points repeatedly over and over.

  • @rjjroids
    @rjjroids 9 лет назад +1

    press Ctrl + q + p at same time to leave container but keep it running

  • @7megas
    @7megas 9 лет назад

    Where I can get the scheduling repository from bitbucket?

  • @9811142809
    @9811142809 9 лет назад

    Hey
    fantastic tutorial
    I have a cloud server based on ubuntu, is there a way that i can create the existing configuration as a container rather than creating a new container and then configuring it again i.e. downloading packages for mongodb , npm again ?

  • @rigobertogiraldo7482
    @rigobertogiraldo7482 10 лет назад

    Hello Stanley Lewis great tutorial, i am starting to configure my own projects with docker, i am wondering if you have an example where i can connect my local db with an image in docker... maybe an example with a simple db, postgres, mysql or mongo.. or any documentation could be great .. thanks...

  • @MrMobiledev
    @MrMobiledev 9 лет назад +1

    It is helpful for me

  • @earnestredwood4694
    @earnestredwood4694 9 лет назад

    My question are you installing Docker on Ubuntu Server or are you installing it on your Linux Desktop? And Thank you Stanley for all that you do...

    • @VanitySoft
      @VanitySoft 9 лет назад

      +Earnest Redwood its on the OS, via terminal

    • @earnestredwood4694
      @earnestredwood4694 9 лет назад

      I guess what I was asking was, do run docker on my desk or the server?

    • @VanitySoft
      @VanitySoft 9 лет назад

      server

    • @earnestredwood4694
      @earnestredwood4694 9 лет назад

      Thank you, I am working on rapping my head around how Docker works.

    • @Patrickdaawsome
      @Patrickdaawsome 8 лет назад

      wrapping*

  • @BenMatern
    @BenMatern 9 лет назад +1

    Cheers friend. Consider Radio if the whole open source thing doesn't work out :D

    • @Allbbrz
      @Allbbrz 9 лет назад

      Ben Matern He has indeed a nice announcer voice tone :-)

  • @megoo401
    @megoo401 9 лет назад

    Can you please make a Video on storing Data into docker? meaning spnning up database and then persist data inside it (doccker)!

    • @Allbbrz
      @Allbbrz 9 лет назад

      forkdbloke persisting data in the container is not the purpose - best approach is to mount a directory from the host and then, do the persistence operations on that mounted point (be it a database, file, etc)

    • @megoo401
      @megoo401 9 лет назад +1

      +Allbbrz this is what i mean wrt persistence.
      Install database into docker and create data volume and store data like you mentioned. The question is how do we create data container?

  • @insidiousbottom
    @insidiousbottom 9 лет назад

    Getting a permissions issue when issuing:
    git clone git@bitbucket.org:EATurner/scheduling.git -b develop .

    • @stanmanga
      @stanmanga  9 лет назад +1

      +Adam McPartlan The Bitbucket Scheduling repo is a private repo with my job and not for public use. I just used it for docker demo purpose and to show docker being used in real world scenarios. Enjoy Docker

    • @insidiousbottom
      @insidiousbottom 9 лет назад

      Thank you :)