Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Docker Tutorial For Beginners

    Posted By: ELK1nG
    Docker Tutorial For Beginners

    Docker Tutorial For Beginners
    Published 11/2023
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 504.75 MB | Duration: 1h 19m

    The evolution of containers: Docker, Kubernetes and the future

    What you'll learn

    Learn the principles of virtualization technologies

    Learn what containers are and how they work and ompare containers to other similar technologies

    Discover the history of containers

    Learn the foundations of using Docker

    Create and manage Docker containers to speed up development and application deployment.

    Requirements

    This course is designed for learners with no technical experience, providing a solid foundation for docker container creation and orchestration.

    To get started with Docker or learn Docker, it is recommended that you have some knowledge of Linux.

    Description

    These days, when virtualization has become mainstream, any physical resource can be sliced, so that multiple users can share that resource in a carefully partitioned way. This enabled much better capacity utilization, and provided a much easier way to instantiate new workloads.The rapid evolution of containers over the past two decades has changed the dynamic of modern IT infrastructure – and it began before Docker's debut in 2013.Containers are a light-weight solution which preserves all the goodness of VMs while increasing performance and improving server resource utilization for varying loads. As the figure shows, a container contains only an application and any associated software – such as libraries – it needs to run, but does not have any OS.When Docker emerged in 2013, containers exploded in popularity.Docker is a technology whose aim is to facilitate the deployment of applications and the provisioning management of the underlying infrastructure.Using Docker containers helps get rid of the infrastructure dependency while deploying and running applications. This means that any containerized application can run on any platform irrespective of the infrastructure being used beneath.In this Course, you'll learn the foundations of using Docker,create and manage Docker images and containers,and explore the Docker ecosystem which consists of several useful tools that will allow you to simplify and standardize your software development process .

    Overview

    Section 1: Getting Started

    Lecture 1 Welcome to the course

    Section 2: Traditionnal Architecture & Computer Basics

    Lecture 2 Challenges to Traditional IT

    Lecture 3 Hardware and Software

    Lecture 4 Operating System Basics

    Section 3: Virtualization basics

    Lecture 5 What is virtualization

    Lecture 6 Virtual Machine

    Lecture 7 What is a hypervisor?

    Lecture 8 Types of hypervisors

    Lecture 9 Virtualization Characteristics

    Section 4: Contrainers

    Lecture 10 What are Containers

    Lecture 11 Container concepts: Process Isolation

    Lecture 12 A brief history of containers

    Lecture 13 The birth of Docker

    Programmers, software developers, and DevOps Engineers.