Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker and Containers Essentials
Rating: 4.5 out of 5(53 ratings)
1,968 students

Docker and Containers Essentials

Containerise Your Applications For The Cloud
Created byNelson Jamal
Last updated 8/2019
English
English [Auto],

What you'll learn

  • Docker
  • Creating Docker Images
  • Running Docker Containers
  • Package code into Images and Run Containers
  • Best Practices for creating Images
  • Debugging

Course content

9 sections42 lectures2h 53m total length
  • Quick word before we start0:43

    Join the private Facebook group to connect with the instructor and peers, practice as you learn, ask questions, and explore this awesome technology called Docker.

  • What is docker4:24

    Docker runs applications in isolated containers that share the host operating system, delivering fast, efficient deployments and consistent environments from development to production, simplifying packaging.

  • Installation Process3:16
  • Verify Docker Installation2:43

    Install Docker, verify the installation by using the terminal and Docker commands, and ensure the Docker daemon is ready so you can get Docker up and running.

Requirements

  • Be able to use MAC or PC
  • Some basic knowledge of Terminal / Command Line

Description

Packaging you applications with Docker means that it runs in all environments as it does in you local machine. Docker is a tool that has changed how applications are deployed. Virtual machines are not being used as much as they with the adoption Docker, this has made docker the standard in the software industry.


In this course you will learn

  • What is Docker

  • The benefits

  • Images and Containers

  • Debugging

  • Docker Registries

  • Best practices to build docker Images


If it works on my machine it works on your machine.

Join me in the course to learn the one the best technologies in the last 10 years.


Who this course is for:

  • Everyone