Unlocking the Power of Windows Docker: Insider Insights

Поделиться
HTML-код
  • Опубликовано: 21 апр 2021
  • A technical review of Linux and Windows kernel objects like Namespaces, cgroups, Job Objects, and Server Silo makes up the critical foundations for containers on both operating systems. How is Microsoft approaching the rollout of containers using process-isolation vs. Hyper-V isolation?
    We will look at the fundamental concepts of containers from Windows, how binaries and libraries, Docker’s software layers, and the predesigned images for Windows containers make up the Microsoft offerings in Docker containers.
    Please consider becoming a channel member:
    • you get an early viewing of all our video content
    • access to the complete series of videos for each subject
    • links to video notes and PowerPoint slide deck both in MS-Word and PDF format
    • Our eBook and resources folder
    • Join our channel membership, it’s $2.99/month); see the “Join” button on our channel homepage. / @techsavvyproductions
    "Everybody can be great... because anybody can serve. You don't have to have a college degree to serve. You don't have to make your subject and verb agree to serve. You only need a heart full of grace. A soul generated by love." Martin Luther King Jr.
    Check out our RUclips channel for more content!
    RUclips: / vanderl2796
    Check out our Website: www.techsavvyproductions.com
    Facebook: / techsavvyteamfl
    Twitter: / vanderl2796
    Telegram: t.me/Lowell901
    Mr.V Linkedin: / lowell-vanderpool-5797...
    Email: mrvanderpool@techsavvyproductions.com
    For excellent Developer videos on a wide variety of topics: See the RUclips Channel: TechWorld with Nana / @techworldwithnana
    Links to Documentation
    PowerPoints in *.pptx format: drive.google.com/file/d/1QwkK...
    Slide Deck in PDF:
    drive.google.com/file/d/1KK56...
    Video Notes in *.docx: drive.google.com/file/d/1JaSr...
    Video Notes in PDF: drive.google.com/file/d/1Iu0A...
    1. Out of Band Server Management: A Look at HP iLO • Going Rogue: How Out o...
    2. Troubleshooting Windows 10 and Windows 11 Using Task Manager • Task Manager Unveiled:...
    3. How to Rescue Data when Windows will not Boot • From Boot Failure to D...
    4. Advanced Troubleshooting for Frozen/Lockup Computers/Servers and Applications • Resolving Windows Appl...
    5. Troubleshooting Windows Lockups, Application Hangs, and Blue Screen of Death • IT Admins' Guide to Wi...
    6. Understanding and Troubleshooting Fiber-Optic Communication • Fiber Faults to Fixes:...
    7. Keeping Your Fiber Optic Skills Sharp: Understanding Fiber-optic communication • How to Stay Lit: Maste...
    8. Maximize your Server RAID Performance • RAID to the Max: Boost...
    9. Network Switch Explained: ASIC chips, Extending your LAN • LAN 2.0: How Network S...
    10. OSI Layer 5 Explained: Mastering Networking • Session Sensation: An ...
    We translate subtitles on our videos into the following languages: عربى, българскиB, 简体中文), 中國傳統的), Nederlands, Suomalainen, Pilipino, français, Deutsche, हिंदी , Magyar, bahasa Indonesia, 日本語, 한국어, norsk, Polskie, português, Română, русский, Española, Kiswahili, Svenska, and Tiếng Việt
  • НаукаНаука

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

  • @BACKSPIN9ball
    @BACKSPIN9ball 9 месяцев назад +1

    Just wow , am in IT and I have struggled to really understand what containers are for sometime until I watched this video. Thanks for all you hardwork

  • @foxxrider250r
    @foxxrider250r 3 года назад +3

    Best explanation of containers I have ever seen!! Definitely learned alot Mr. V. Really appreciate the quality videos. Keep them coming👍

    • @TechsavvyProductions
      @TechsavvyProductions  3 года назад

      I enjoyed doing this series, I learn so much!!! Thanks for watching.

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

    Great production and concise explanations, extremely informative for a quick intro to Windows containerization.

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

    Thank you for sharing Sir ...It is very easy to understand the concept of Docker . Thanks a Ton :)

  • @pwagers
    @pwagers 3 года назад

    very informative love this information this has helped me understand .

  • @leamonlee8809
    @leamonlee8809 3 года назад

    Great content! Thanks for sharing.

  • @robinmalli34
    @robinmalli34 3 года назад

    great video as always

  • @ahirnimesh09
    @ahirnimesh09 3 года назад

    Thanks for the video 😊

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

    This is an excellent review.

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

    Superb , thank you

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

    LV is the man !

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

    Thanks for the great Video. This is the depth of explanation i like. I have got a question to 10:48 . You say that die Applicationlayer in the Container has to match the OS of the Kernel, right? But I can run Linux Containers in Docker Desktop. I have never created a Windows-Container but I'm sure it also runs. I wonder if it is posible to run the Windows-Docker-Container in Linux. As you say it wouldnt work. But why can i run linux-container in Windows? I think i must have something missed. Thanks for your help!

    • @TechsavvyProductions
      @TechsavvyProductions  2 года назад +2

      You can run Linux Docker containers in Windows after you install Windows Subsystem for Linux. Remember those libraries and binaries I talked about in 10:48? They require a Windows kernel if they are Windows Docker Containers and if you have added WSL and you run Linux Docker Containers they depend on the Linux kernel in WSL. Good question!

  • @melvinch
    @melvinch 3 года назад +1

    I'm in IT since the 90s but still cannot wrap my head around dockers and containers. These cloud terminologies are messing up my brain real bad....So can I say that containers are basically mini-apps with OS built-in ?

    • @TechsavvyProductions
      @TechsavvyProductions  3 года назад +1

      Uncle Marwee, you did an excellent job in describing containers! I think you have gotten it! Keep in mind when you and I think OS we think "Windows" "Linux", think instead "just enough system and app *dll files to make the app run".

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

      I like docker's definition of a container "A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings." A container is created from a container image.

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

      A container is similar to mounting a squashfs image into a folder and then chrooting into it. However, Docker or Podman do not use chroot.

  • @johnsenchak1428
    @johnsenchak1428 3 года назад

    That "Process explorer" should be a permanent part of Windows 10 The Orange County Sheriffs Department should put Jeremy Dewitte in a shipping "container" and ship him back to China LOL Motor One ...... Moving

    • @TechsavvyProductions
      @TechsavvyProductions  3 года назад

      I agree Process Explorer should be a part of Windows!!!

    • @foxxrider250r
      @foxxrider250r 3 года назад

      Lolll how did dewitte make it in the comments of this video