Docker for absolute beginners

Go to class
Write Review

Docker for absolute beginners provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Docker for absolute beginners is taught by Saurabh Dhingra. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • Docker accelerates how you build, share, and run modern applications.

    Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

    Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package.

    In this 2 hours guided project through hands-on labs you will learn the following --

    1. Understanding docker architecture
    2. Docker commands to manage images and containers
    3. Networks in docker
    4. Volumes in docker
    5. Deploying a web application as a docker container