Docker Basics in 162 Seconds

Sdílet
Vložit
  • čas přidán 20. 02. 2024
  • Learn in 162 seconds why you need Docker, what it is all about, and how the three core components work together.
    #docker #dockertutorials #devops
    ═══ JOIN OUR COMMUNITY ═══
    / discord
    ═══ COURSE INCOMING ═══
    devopscycle.com/course
    ═══ L E A R N I N G S ═══
    Questions answered in this video:
    ► What is Docker?
    ► What is a Docker File?
    ► What is a Docker Image?
    ► What is a Docker Container?
    ► How does it all work together?
    ═══ R E S O U R C E S ═══
    In-depth Blog Post:
    devopscycle.com/blog/the-ulti...
    Free Docker Cheat Sheet:
    devopscycle.com/wp-content/up...
    GitHub Repository:
    github.com/aichbauer/the-ulti...
    Official Docker :
    www.docker.com
    Digital painting icons created by smashingstocks - Flaticon
    www.flaticon.com/authors/smas...

Komentáře • 9

  • @anthonyyoussef01
    @anthonyyoussef01 Před 2 měsíci +4

    You're gonna get popular, remember I said this

    • @DevOpsCycle
      @DevOpsCycle  Před 2 měsíci

      Thanks for the kind words. I will def. remeber ;)

  • @DevOpsCycle
    @DevOpsCycle  Před měsícem +1

    Hey everyone!
    Thanks for checking out the video! Docker can be a powerful tool, but it can also feel overwhelming at first.
    If you have any questions about what you saw in the video, leave a comment below and I'll be happy to help!
    What are you using Docker for?
    Ps.: Don't forget to subscribe for more tech tutorials!

  • @y0urgrandpa
    @y0urgrandpa Před 3 měsíci +2

    Love this video and the Cheat Sheet, thanks for the effort! ...but why no monkeys!?

    • @DevOpsCycle
      @DevOpsCycle  Před 3 měsíci

      Thanks for your feedback. Haha, I am afraid I am not allowed to answer that. So we will probably never know ;P

  • @lubasi1888
    @lubasi1888 Před měsícem +1

    Now I get the chance to be an early subscriber and grow along side an youtuber. I'm a bit of beginner in the coding space. On an internship and my boss wants me to perform miracles linking some AWS services with Excel Add-ins

    • @DevOpsCycle
      @DevOpsCycle  Před měsícem

      Hey, thanks for your comment. What exactly has your boss in mind? Would love to hear about it and the use case.

    • @lubasi1888
      @lubasi1888 Před měsícem

      @@DevOpsCycle He's got some R code thats used to run some financial calculations for clients in the insurance industry. I was tasked to make the "backend" run on AWS away from clients eyes. Been using excel buttons linked to pass commands to aws cli to sync some data from a device to an S3 bucket, HTTP requests to trigger my AWS lambda functions to clean the data in the S3 bucket send it to an EC2 instance to handle the calculations, send the calculationd back to my S3 bucket. From the the user can just click a fetch button in excel and It'll sync the changes back to the local device.

    • @lubasi1888
      @lubasi1888 Před 26 dny

      @@DevOpsCycle we got an R script that calculates and inputs vales to financial statements. I was tasked to host the code in AWS. Figure our a way for one to click a button in excel.and have the calculations run and output values using files from the users devices.