Docker, FROM scratch - Aaron Powell

Поділитися
Вставка
  • Опубліковано 24 вер 2017
  • Docker's popularity has exploded over the last couple of years, especially in the DevOps space, but unless you've spent a lot of time in that area it can be a confusing technology to wrap your head around.
    So let's step back and start looking at Docker from, well, FROM scratch (and we'll understand just what that means).
    With minimal starting knowledge of Docker we'll look into what it is, cover off all the core concepts from images to containers, volumes to networks, and how we can compose environments. We'll also look at how to use Docker in Dev, not just DevOps and how containers can be useful tools without being something to run production infrastructure on.
    NDC Conferences
    ndcsydney.com
    ndcconferences.com
  • Наука та технологія

КОМЕНТАРІ • 48

  • @justinreidy8729
    @justinreidy8729 4 роки тому +63

    I was wondering why his taskbar was on the top of his screen, then realized this was filmed in Australia, so of course its upside down

    • @sl6840
      @sl6840 4 роки тому +2

      Why is his text not scrolling down instead then ? Earth quite clearly is flat! CHECKMATE!

  • @TechandHeck
    @TechandHeck 2 роки тому +1

    By far the best docker tutorial on the web, really wish more talks would adopt this bottom up approach

  • @danielvanderstraeten5873
    @danielvanderstraeten5873 6 років тому +21

    That WinRar joke at 15:24 is still funny. Never gets old.

  • @aadams99
    @aadams99 5 років тому +1

    Really great presentation style, the way he builds on things step by step is great. By the end, I felt comfortable with docker. I highly recommend if you're just starting out.

  • @felixjava3567
    @felixjava3567 6 років тому +7

    Mate perfect - after a tutorials with hundreds K of views - which did not make me happy - I just loved this one - Great Job Mate!!

  • @ajaypanigrahi
    @ajaypanigrahi 6 років тому +9

    Simplicity and pace. very nice, Thank you.

  • @BlairDavidson1981
    @BlairDavidson1981 6 років тому +1

    Good talk. Direct and to the point.

  • @DamienSawyer
    @DamienSawyer 6 років тому +2

    Fantastic talk. Thank you!

  • @mrclaytron
    @mrclaytron 6 років тому +4

    Great video! Nice seeing some examples of the utility potential of docker too!

  • @charliesta.abc123
    @charliesta.abc123 4 роки тому +1

    I've been needing this tutorial

  •  4 роки тому

    Very nice video. Great presentation.

  • @rog13
    @rog13 5 років тому +1

    A really great talk, just what I needed right now! Thank you.

  • @egor3725
    @egor3725 5 років тому +2

    most valuable docker guide I've ever seen

  • @hemant_hegde
    @hemant_hegde 5 років тому +1

    This is a tutorial video I don't need to adjust the playback speed and I love the simplicity! Thank you!

  • @senpai5129
    @senpai5129 5 років тому

    Great video . thank you

  • @EsakkiKrishnan2410
    @EsakkiKrishnan2410 6 років тому +10

    One of the best Docker related videos for beginners

  • @SkewCode
    @SkewCode 6 років тому +1

    What a video! Extraordinary..

  • @AnthonySherritt
    @AnthonySherritt 5 років тому +1

    Really really helpful. Thank you so much!

  • @waffstacks
    @waffstacks 5 років тому

    Does network aliases work with external compose files? Reason I'm asking is because when calling "docker-compose run bash" and then calling "docker inspect " the alias I have listed in my compose file is non-existent.

  • @JigneshThummar
    @JigneshThummar 5 років тому +1

    most useful docker video i came across so far..

  • @diddi62
    @diddi62 6 років тому

    good job !

  • @laymanstechworld3224
    @laymanstechworld3224 4 роки тому

    nice session.

  • @as_wani
    @as_wani 4 роки тому

    Very helpful, everything explained very precisely.

  • @pokerface550
    @pokerface550 4 роки тому

    excellent!

  • @berbudy
    @berbudy 4 роки тому

    17:42 Thanks, I should have started using this for my many node environments

  • @isaackhlatshwayo6844
    @isaackhlatshwayo6844 5 років тому

    i like this video can you publish something similar on kubernetes

  • @cepi24
    @cepi24 6 років тому +1

    What is git co?

    • @GK-rl5du
      @GK-rl5du 6 років тому +2

      Probably the speaker has setup an alias for 'git checkout'.

    • @elidrissii
      @elidrissii 6 років тому +2

      An alias for 'git checkout'. Can be set in your ~/.gitconfig .

  • @JSmith73
    @JSmith73 6 років тому +2

    I love this video, and also your run-through at DDDMelb. Thanks again.
    Oh and I'm going to check out cmder.net/ now which appeared to be the console emulator you were using.

  • @kwangee
    @kwangee 6 років тому

    git repo for this talk, is from the speaker Aaron Powell github github.com/aaronpowell/docker-from-scratch

  • @sergeyyakubovskiy6742
    @sergeyyakubovskiy6742 4 роки тому

    OMG, windows! Though really nice video, thanks

  • @BryanChance
    @BryanChance 7 місяців тому

    It's a horrible thing when "something" happened to docker in production. You can't just kill networks and containers to fix things. But ultimately that's what you have to do. Not a good day....when you have to do that.

  • @tyrisnolam
    @tyrisnolam 6 років тому +2

    Ok this is unimportant but it grinds my gears... WHY does his terminal prints the first line of the .bat file altogether, including the ECHO command!?
    ECHO off
    ECHO nodejs image
    and it outputs:
    ECHO off
    nodejs image
    Why is the first ECHO printed?

    • @Savanderr
      @Savanderr 6 років тому +6

      If think, he forgot to add "@" at the beginning of ECHO. Since "@" prevent from outputing given command

  • @kkeipa
    @kkeipa 5 років тому

    best

  • @ruroruro
    @ruroruro 5 років тому +1

    Skip to 53:56 for the actual talk.

  • @ahmadjavaid9371
    @ahmadjavaid9371 3 роки тому

    Dude gave a 2 hours lecture in 1 hour with his talking speed

  • @oleggolovkov957
    @oleggolovkov957 4 роки тому +1

    - "Docker allows you to have exactly the same run environment everywhere!"
    - Runs basic "helloworld" official mssql image
    - IO ERROR 0, also operationexception, also VS crash

  • @tomthumb2057
    @tomthumb2057 4 роки тому

    Not a scratch vid...

  • @logancajaras3981
    @logancajaras3981 4 роки тому

    i never heard of docker and video says beginer.all i see is a guy typing commands to a pc.you should show us with a helloworld program.

  • @juanfelipesuarezburgos5890
    @juanfelipesuarezburgos5890 4 роки тому

    Screen resolution looks like shit.

  • @bimanroy3041
    @bimanroy3041 5 років тому +1

    Speaking is too fast for my liking

    • @cristhianvalencia5793
      @cristhianvalencia5793 5 років тому +2

      You may want to decrease playback speed, that is its purpose on youtube videos

  • @f00b4r123
    @f00b4r123 4 роки тому

    Everything was smooth until he started to use things from Microsoft :-D