headintheclouds
headintheclouds
  • 16
  • 10 998
DOCKER NETWORKING | All Types Explained with Real Examples!
In this video we discuss the topic of Docker Networks, which plays a crucial role in connecting Docker containers and enabling communication between them and the outside world.
⏰ Timestamp:
00:00 - Intro
00:35 - Docker Networks
01:09 - Docker Networks Drivers
02:11 - Bridge Network
03:15 - Bridge Network: DEMO
10:15 - Bridge Network: REAL WORLD USE CASE
11:43 - Host Network
12:47 - Host Network: DEMO
17:19 - Host Network: REAL WORLD USE CASE
17:58 - None Network
18:51 - None Network: DEMO
21:13 - None Network: REAL WORLD USE CASE
21:50 - Overlay Network
23:08 - Overlay Network: REAL WORLD USE CASE
24:02 - MacVLAN Network
25:08 - MacVLAN Network: DEMO
35:50 - MacVLAN Network: REAL WORLD USE CASE
37:17 - IPvlan Network
38:22 - IPvlan L2
39:15 - IPvlan L2: DEMO
46:25 - IPvlan L3
47:31 - IPvlan L3: DEMO
53:33 - Differences between IPvlan L2 and L3
🔗 Headintheclouds - Docker Playlist:
czcams.com/video/8s0U6-r_ZAg/video.html
🌐 Stay Connected:
Discord Community: discord.gg/qNTrsacBp8
Medium: medium.com/@headinthecloudsonline
Instagram: headintheclouds.online
🎶 Downtown Walk by | e s c p | www.escp.space
escp-music.bandcamp.com
zhlédnutí: 258

Video

DOCKER | Image Size & Container Security
zhlédnutí 271Před 28 dny
In this video, we'll be exploring the best practices for Docker image size and container security. Docker has transformed the way we deploy applications, but to ensure optimal performance and protection against vulnerabilities, it's essential to implement efficient image management and robust security practices! ⏰ Timestamp: 00:00 - Intro 00:36 - 1. DOCKER IMAGE SIZE & SECURITY 00:40 - 1.1. Off...
DOCKER COMPOSE | Build a CRUD Flask API with PostgreSQL
zhlédnutí 684Před měsícem
In this video, we will be delving into the topic of Docker Compose, more specifically, we will be focusing on the use of variables in Docker Compose, which allows us to simplify the configuration of our containerised applications. Additionally, we will demonstrate how to build a CRUD Flask API with PostgreSQL, showcasing the practical application of Docker Compose in a hands-on project! 🚀 ⏰ Tim...
DOCKER COMPOSE | Complete Guide with Hands-On Examples
zhlédnutí 4,9KPřed měsícem
In this video we explore the exciting world of Docker Compose 🐳 A powerful tool that allows you to define and run multi-container Docker applications. If you're new to Docker Compose, don't worry, we'll guide you through every step of the way and help you get started in no time! ⏰ Timestamp: 00:00 - Intro 00:41 - Prerequisites 02:15 - What is Docker Compose? 02:29 - Monolithic Architecture 03:1...
CONTAINER REGISTRIES | Alternatives, Best Practices, and Implementation.
zhlédnutí 379Před 2 měsíci
In this video we discuss about container registries, an important aspect of modern software development. By the end of the video, you'll understand what container registries are, how they work, and why they're crucial for successful containerisation 🚀 💻 ⏰ Timestamp: 00:00 - Intro 00:37 - What is a Container Registry? 01:16 - Docker Hub 01:42 - Docker Hub KEY FEATURES 01:54 - Docker Hub KEY FEAT...
DOCKER | Third-Party Images with Examples
zhlédnutí 227Před 2 měsíci
In this video we're diving deep into the realm of Docker third-party images. We'll explain what these images are, why they're important, and showcase real-world examples through demos. Join us as we unravel the significance and practical applications of third-party Docker images 🚀 ⏰ Timestamp: 00:00 - Intro 00:30 - PART 1: Finding Third-Party Images 01:06 - Example 1: NGINX 02:38 - Example 2: N...
DOCKER Data Persistence | Volumes, Bind and tmpfs Mounts
zhlédnutí 445Před 3 měsíci
In this video we'll be focusing on data persistence, which is crucial for ensuring that your data remains safe and accessible throughout the lifecycle of your containers. ⏰ Timestamp: 00:00 - Intro 00:48 - Data Persistence in Docker 02:21 - How can we overcome these challenges? 04:40 - Method 1: Docker Volumes 06:11 - Method 1 DEMO: Data loss without using a Docker Volume 14:18 - Method 1 DEMO:...
DOCKER COMMANDS | Tutorial for Beginners
zhlédnutí 476Před 3 měsíci
In this video we are going to deep dive into Docker commands that will boost your container efficiency! A perfect tutorial for beginners, with real-world examples 🚀 ⏰ Timestamp: 00:00 - Intro 00:27 - 1.1 PULL AND RUN DOCKER CONTAINERS | Pull Image 00:36 - Docker pull 03:34 - 1.2 PULL AND RUN DOCKER CONTAINERS | List Images 04:24 - Docker images 04:46 - 1.3 PULL AND RUN DOCKER CONTAINERS | Run I...
DOCKER ESSENTIALS | Dockerfile, Docker Images & Docker Containers
zhlédnutí 788Před 4 měsíci
Discover the heart of Docker with our beginner-friendly guide! Join us as we unpack Dockerfiles, demystify Docker images, and explore the world of Docker containers. Perfect for newcomers and those seeking to level up their skills! 🚀 ⏰ Timestamp: 00:00 - Intro 00:45 - Fundamentals 01:32 - Dockerfile 02:15 - A Snippet of a Dockerfile 04:55 - Docker Images 05:45 - Docker Images as Artifacts 10:28...
Inside DOCKER | Exploring Namespaces, cgroups, and more!
zhlédnutí 837Před 4 měsíci
In this video we will be delving into Docker's core, exploring its engine and the technologies that enable it. ⏰ Timestamp: 00:00 - Intro 00:33 - What is Docker Engine? 00:49 - Docker Engine Components 02:25 - Docker Namespaces 03:54 - Docker and PID Namespaces 05:32 - PID Namespaces DEMO 08:33 - Cgroups 09:46 - Docker Commands 15:02 - Union Filesystems 15:28 - Union Filesystems DEMO 20:04 - Cl...
HOW TO INSTALL DOCKER | Step-by-Step
zhlédnutí 474Před 5 měsíci
In this tutorial, we'll guide you through the process of installing Docker, focusing primarily on Mac while also covering brief installation steps on Windows and Linux systems. ⏰ Timestamp: 00:00 - Intro 00:38 - Docker Editions 01:25 - What's Included 01:39 - Docker Desktop Features 02:34 - Installing Docker 03:58 - Docker for MAC (Part 1) 06:22 - Docker for WINDOWS / LINUX 07:17 - Docker for M...
DOCKER MADE EASY - Tutorial for Beginners | Part 1
zhlédnutí 761Před 5 měsíci
In this episode, we compare traditional deployment, virtual machines, and containers. From manual, error-prone setups to the evolution of virtualisation, we break down the game-changing concept of containerisation using DOCKER. Discover how Docker simplifies application deployment, enhances collaboration between developers and operations teams, and revolutionises software delivery. HAPPY LEARNI...
MINIKUBE - Your Guide to Local Kubernetes Setup
zhlédnutí 294Před 5 měsíci
This tutorial covers setting up a local Kubernetes environment with Minikube. It's beginner-friendly, explaining installation, configuration, and key concepts in simple terms. Whether you're new or want to explore Kubernetes locally, this guide aims to give you the knowledge and confidence to start your journey. ⏰ Timestamp: 00:00 - Intro 00:54 - Who can benefit from using Minikube? 01:13 - Min...
Create a Todo List using HTML, CSS and JavaScript
zhlédnutí 93Před 6 měsíci
In this video we'll create a minimal ToDo List App just using HTML, CSS and JavaScript! If you want the explanation of the code you can read our blog in Medium where we explain the code step by step (link below) ↓ 📚 Resources: GitHub Repository: github.com/anaquirosa/todo-list Medium Blog: blog.devgenius.io/learn-by-doing-exercises-to-master-dom-with-javascript-part-3-8e22f2c9816c ⏰ Timestamp: ...
Minimal Login Form using HTML, CSS and JavaScript
zhlédnutí 151Před 6 měsíci
Create a Minimal and Responsive Login Form using HTML, CSS and JavaScript! ⏰ Timestamp: 00:00 - Intro 00:48 - HTML 09:44 - CSS 32:34 - JavaScript 🌟 What You'll Learn: · Essential Responsive Design Principles · Seamless Integration of HTML, CSS & JavaScript · Designing a Clean and Intuitive Login Form · Adding Dynamic Functionality with JavaScript 📚 Resources: GitHub Repository: github.com/anaqu...
Build a Calculator App using HTML, CSS and JavaScript in 2023
zhlédnutí 161Před 6 měsíci
Build a Calculator App using HTML, CSS and JavaScript in 2023

Komentáře

  • @universal4334
    @universal4334 Před 2 dny

    Thanks a lot for DOCKER!!. Also, please provide tutorials on ECS as well with fargate.

  • @MadanNeelapu
    @MadanNeelapu Před 2 dny

    Q. So what's the difference between "Host" volumes and Bind Mount ? Thank you for sharing your knowledge. It is helping me a lot. Especially the practical examples and use cases.

    • @headintheclouds.online
      @headintheclouds.online Před 2 dny

      That’s a great question, thanks for your comment! 🙌🏻 Host volumes are managed by Docker and stored in a dedicated location on the host such as ‘/var/lib/docker/volumes/’. They’re easier to use and more portable since Docker handles their creation and management. Bind mount volumes on the other hand directly map a specific host directory to a directory in the container. This gives more control and flexibility, which is useful for development or when you need direct access to the files on the host. In a nutshell: host volumes are best for general persistence, while bind mounts are ideal for situations like having a specific host paths. You are very welcome! We’re here to grow together 🌱☺️

  • @aluissp
    @aluissp Před 2 dny

    I really love this tutorial, thanks a lot!!

  • @marvisalimhiantare453

    Thank you for sharing this amazing and insightful lessons on docker.

  • @frustratedalien666
    @frustratedalien666 Před 3 dny

    Your videos are clear and have in-depth info. I am surprised that this video has been up for two days and only got 151 views. I know you've put a lot of effort into filming and editing this content, so thank you

    • @headintheclouds.online
      @headintheclouds.online Před 3 dny

      Thank you so much for your kind words and for taking the time to watch our video! 🙌🏻 We're committed to creating high-quality content, and it's encouraging to know that our efforts are making a positive impact. We're constantly working on reaching a wider audience, and every view and comment from dedicated people like you helps us grow. 🚀

  • @zyandeepbaruah1624
    @zyandeepbaruah1624 Před 4 dny

    Can't thank you enough 🙏🏼☺️

  • @xs1190
    @xs1190 Před 4 dny

    vscode theme name ?

  • @ritesh68843
    @ritesh68843 Před 5 dny

    Next Kubernetes❤❤❤

  • @HarshvardhanSingh-xc8qy

    very helpful video

  • @lifecouchwithmunja1050

    Awesome video thanks👏🏻👏🏻

  • @theintjengineer
    @theintjengineer Před 5 dny

    The best❤😊

  • @continental_drift
    @continental_drift Před 9 dny

    It looks like the best place to store things like connection strings for external databases and configuration is in a "Bind Mount", is that correct?

    • @headintheclouds.online
      @headintheclouds.online Před 5 dny

      Thanks for your message! ☺️ Using a bind mount might seem convenient, however it's not the most secure option out there. Instead, consider leveraging Docker secrets or env variables to keep your data safe and sound 🔐

  • @francoislepron2301
    @francoislepron2301 Před 18 dny

    The step by step explanations make your video easy to understand. This is a real pleasure to listen to your videos because they are perfectly organised and helpful. This would be great if you could make tutorials on Torizon and docker. Torizon is a Yocto Project Linux distribution targeting embedded development IoT where size, security, and efficiency are critical.

    • @headintheclouds.online
      @headintheclouds.online Před 18 dny

      Thanks for the awesome feedback! Your suggestion sounds fantastic - We’ll definitely add it to our list of future topics. Keep an eye out for more exciting content, and feel free to drop any more suggestions you may have! 🚀

  • @tonym5857
    @tonym5857 Před 19 dny

    Great video 👏👏👏👏👏👏👏👌👌👌

  • @zyandeepbaruah1624
    @zyandeepbaruah1624 Před 28 dny

    Always looking forward to your content.. Thanks 😃

  • @theintjengineer
    @theintjengineer Před 28 dny

    BTW: your voice is so soothing ❤

  • @theintjengineer
    @theintjengineer Před 28 dny

    Another amazing video 🎉

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

    Thanks a lot, good tutorial, easy.....

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

    Keep going its very helpful !

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

    Next Kubernetes❤❤❤

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

    thanks for sharing with us this tutorials, btw: you can use virtual environment so you will freeze only libraries that you need

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

    thanks for sharing this amazing content

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

    Very elaborative and we'll explained

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

    Appreciate the videos! They're clear, practical, and perfect for hands-on learning.

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

    I'm loving these. Thank YOU so much, HitC❤

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

    Great job! thanks for this. 🇧🇷

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

    Thank YOU <3

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

    Thanks again 😊

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

    another practical lesson completed, thank you for sharing your knowledge 🤗

    • @headintheclouds.online
      @headintheclouds.online Před měsícem

      Well done you! 👏🏻 And thank you for taking the time to learn with us! 🚀

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

    Thank you for this amazing series 💖. Could you please create a tutorial on Docker networking too? And also on docker compose.

    • @headintheclouds.online
      @headintheclouds.online Před 2 měsíci

      Thank you for the grand words! 🤗 Docker Compose will be out very soon, so stay tuned! Docker Networking is on our list 😉

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

      Couldn't be more greatful 🙏🏼

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

    Beautifully explained. Thanks

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

    Excellent explanation, thank you !

  • @hiamitchaurasia
    @hiamitchaurasia Před 4 měsíci

    Video is good ✌. Please make a video on docker networking internals and how it is different/relates from/to the physical or the virtual server networking.

    • @headintheclouds.online
      @headintheclouds.online Před 4 měsíci

      Thank you for your words and great suggestion!! We're excited to explore Docker networking internals in an upcoming video - Stay tuned!! 🤗🚀

  • @sandrakaranovic5955
    @sandrakaranovic5955 Před 5 měsíci

    🎉

  • @sandrakaranovic5955
    @sandrakaranovic5955 Před 5 měsíci

    Very useful! Continue with the work

  • @aleksandarstefanovic2318
    @aleksandarstefanovic2318 Před 6 měsíci

    Thanks! I really liked your video. The calculator looks great, good job!

  • @sandrakaranovic5955
    @sandrakaranovic5955 Před 6 měsíci

    Really useful! Thanks

  • @sandrakaranovic5955
    @sandrakaranovic5955 Před 6 měsíci

    Niceeee!!!