Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker Fundamentals for Beginners
Rating: 4.3 out of 5(38 ratings)
1,007 students

Docker Fundamentals for Beginners

Start your docker journey! A path you must take!
Last updated 11/2024
English
English [Auto],

What you'll learn

  • Physical Servers vs Virtual Machines vs Containers
  • Building Images
  • Creating containers
  • Creating Volumes
  • Creating bind mounts
  • Docker Networking Concepts
  • Orchestration Concepts

Course content

11 sections50 lectures5h 28m total length
  • Course Overview2:07

    Explore docker fundamentals: what containers are, how to build images, run containers, use volumes and bind mounts, and learn docker compose and basic orchestration; includes installation notes.

  • Why should I learn Dockers?5:13

    Learn why Docker and container technology matter for modern development, from virtualization to lightweight, cloud-ready containers. Explore how containers enable rapid, production-like environments on major cloud platforms.

  • Important Note0:03
  • Course Resources0:04

Requirements

  • Basic IT Concepts

Description

Docker is a set of platform as a service product that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels.

The course is designed for absolute beginners, and takes on a journey with Docker! The animations & labs help beginners to understand the docker concepts vividly.

Docker accelerates the development, sharing, and execution of modern applications. Docker is a tool that uses containers to make it easier to create, deploy, and run applications. Containers enable a developer to package an application with all of its dependencies, such as libraries and deploy it as a single package.

You will learn:

  • Virtual Machines Vs Containers

  • Docker Installation

  • Understanding docker architecture

  • Start/Stop/Restart Docker Daemon

  • Docker commands to manage images and containers

  • Docker Volumes

  • Bind Mounts

  • tmpfs volume

  • Docker Networking Concepts

  • Deploying a web application as a docker container

Docker is made use of pre-existing computing concepts such as containers and, more specifically, primitives known as "groups" and "namespaces" in the Linux world. Docker's technology is distinctive in that it focuses on the needs of developers and system administrators to separate application dependencies from infrastructure.

You get a 30-day money-back guarantee! 

Who this course is for:

  • DevOps Engineers
  • System Administrator
  • Cloud Engineers
  • DevOps Managers