Docker for absolute beginners: Learn Docker from scratch

Go to class
Write Review

Docker for absolute beginners: Learn Docker from scratch provided by Udemy is a comprehensive online course, which lasts for 3-4 hours worth of material. Docker for absolute beginners: Learn Docker from scratch is taught by Bluelime Learning Solutions. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Docker Practical hand on course for beginners with examples

    What you'll learn:

    • Install Docker
    • Create Containers
    • Create images
    • Link containers
    • Start and stop containers
    • Delete containers
    • Delete local images
    • Check container processes
    • Create image with dockerfile

    Docker is the next step beyond virtualization. A Docker image contains everything it needs to run, independent of the Linux server on which it lives: a copy of the operating system, a database, code, configuration files, dependencies, and so on. Images can also be packaged and shared with other Docker admins. A lot of companies large and small are using Docker to run complex systems with millions of users and hundreds of containers.This course is an absolute beginners introduction to Docker. You will the versy basics of Docker and some of it's concepts. You will learn the basics of Docker, including its containers, Dockerfiles (or base images), and capabilities for networking, how to build your own containers and images and also how to push your images onto Docker Hub remote repository and learn how to create and link containers so they can share data between them.
    Topics include:
    Installing Oracle Virtualbox
    Installing Docker on Ubuntu
    Creating containers
    Creating images
    Deleting containers
    Deleting images
    Starting and stopping containers
    Linking containers
    Understanding the Docker flow
    Creating a Repository on Docker Hub
    Running processes in containers
    Managing, networking, and linking containers
    Introduction to Docker Hub
    Pushing images to Docker Hub

    Working with Docker images and registries
    Building Dockerfiles