lethisa / Beginning-DevOps-with-Docker

Automate the deployment of your environment with the power of the Docker toolchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues GitHub forks GitHub stars PRs Welcome

Beginning DevOps with Docker

Docker is a leading software container platform. Using containers, Docker guarantees that a particular application will always run the same, regardless of where it's deployed.The course begins with a basic introduction to Docker, and explore our first Hello world! example. You then move on to Docker installation and more Hello world! examples on various platforms, and explore the Docker architecture and its major components such as the Docker Registry, Docker containers, and so on. Moving ahead, you will delve deeply into understanding Docker containers — one of the most important features in Docker. We also look at container and data management, customizing Docker images using Dockerfile, uploading images to the registry, and Dockerfile best practices. Along with learning Docker, you will also learn how Docker simplifies DevOps automation.By the end of this course, you will successfully deploy applications in a Docker container.

What you will learn

  • Install Docker on your computer
  • Identify the different components of the Docker architecture
  • Learn about Docker Images and the Docker Registry (best practices and automated builds)
  • Learn about Docker containers—their advantages and uses, and how to manage them
  • Customize Docker images using Dockerfile
  • Run a web application in Docker
  • Impact of Docker in DevOps
  • Deploy applications within a container
  • Understand Docker files-Run a web app in Docke

Hardware requirements

For an optimal student experience, we recommend the following hardware configuration:

  • Processor: 2.6 GHz or higher, preferably multi-core
  • Memory: 8GB RAM
  • Hard disk: 50GB or more
  • An Internet connection

Software requirements

You’ll also need the following software installed in advance:

  • Operating System: Windows (8 or higher).
  • Docker
  • Google Chrome

About

Automate the deployment of your environment with the power of the Docker toolchain


Languages

Language:Dockerfile 100.0%