Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker Basics Unleashed
Rating: 4.0 out of 5(395 ratings)
21,439 students

Docker Basics Unleashed

Master Docker: From Basics to Deployment
Created byFrank Anemaet
Last updated 9/2023
English
English [Auto],

What you'll learn

  • Docker Fundamentals
  • Container Creation
  • Docker Commands
  • Container Interactions

Course content

1 section9 lectures34m total length
  • Introduction0:54
  • Containers?7:26

    Explore containerization with the Docker engine to run images as independent containers, ensuring security isolation, cross-system compatibility, and a streamlined development workflow.

  • Quiz
  • Linux Command 13:01

    learn essential linux commands and how the docker engine relies on linux concepts, with hands-on basics like ls, cd, pwd, cat, ps, and docker run.

  • Linux Commands 23:19

    Master essential Linux file system commands for creating, moving, copying, and deleting files and directories; edit text with nano or vim, view with cat, and inspect file types.

  • Quiz
  • Images3:52

    Pull the nginx image with docker pull nginx to download the latest image, then list and remove images on the local system with docker image ls and related commands.

  • Quiz
  • Browsing Images2:30

    Browse hub.docker.com to search for linux images, including ubuntu, debian, windows, and server images like web or redis. Install by typing Docker pool with the image name.

  • Containers4:14

    Create containers from images with docker run, inspect them using docker ps, pull images with docker pull, and enter a Debian container interactively.

  • Quiz
  • Dockerfile4:15

    learn to build a custom container with a dockerfile by choosing a base image like debian or ubuntu, adding commands, and using docker build and run.

  • Quiz
  • Webserver Container4:42

    Create a docker web server container by building an image with apache on ubuntu, expose port 80, and run it as a daemon to access localhost:80.

Requirements

  • Basic knowledge of computer systems
  • Familiarity with command-line interfaces
  • A computer with internet access for hands-on practice
  • Curiosity and eagerness to learn!

Description

Welcome to the course "Docker Basics Unleashed"!

Why Docker?
With technology evolving rapidly, Docker has emerged as a game-changer, simplifying software deployments and bridging gaps between development and operations. If you've heard the buzz around 'containers', but aren't quite sure where to start, you've landed at the perfect spot!

What Will You Learn?
Our course breaks down Docker's complex ecosystem into bite-sized, easy-to-understand sections. You'll learn:

  • The basics of Docker and container technology.

  • How to set up your first Docker container.

  • Ways to optimize, scale, and manage your Docker deployments.

  • And much more!

Perfect for Beginners
Never heard of Docker before? No worries! We start from scratch, making it ideal for beginners. By the end of this course, you'll have a solid understanding, ready to tackle more advanced Docker challenges.

Who Is This Course For?

"Dive into Docker" is crafted for a diverse range of learners:

  1. Beginners in Tech: If you're just stepping into the world of software development and have heard about containers but are unsure of their significance, this course will lay down the foundational bricks for you.

  2. Developers: Experienced coders looking to modernize their applications, enhance scalability, and streamline deployment processes will benefit immensely from understanding Docker's capabilities.

  3. Tech Enthusiasts: If you're always curious about the latest trends in technology and want to stay ahead of the curve, diving into Docker is a must!

Join Us!

So, are you ready to ride the Docker wave? Enroll today and start your Docker journey with confidence!

Who this course is for:

  • Beginners in Tech
  • Software Developers
  • Beginners in Tech