Docker For Absolute Beginners
Published 10/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 553.68 MB | Duration: 1h 39m
Published 10/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 553.68 MB | Duration: 1h 39m
Learn how to work with docker images and container in a very clear and easy way
What you'll learn
Pull, list and remove docker images
Create docker containers using docker images
Stop, list and remove docker containers
Learn docker containers port mapping
Create, list and remove volumes in docker
Learn volume mounting in docker
Learn how to write a DOCKERFILE
Build your own docker images
Dockerize a flask application
Requirements
Basic Linux knowledge
Description
Docker is a powerful tool for packaging, shipping and running applications in docker containers. It makes the process of deploying application super easy. Deploying an application with docker is as easy as running a simple docker run commandThis course will take you in a step-by-step way to start working the docker cli to manage docker containers, docker images and to build your own docker imagesBy taking this course you will have the required skills that you need to start building your own images and playing with docker container, learn advanced docker topics or learn one the orchestration tools like Docker Swarm, MESOS or Kubernetes which is the most popular orchestration toolRequirements for this Course:Basic Linux knowledgeWho this course is for:The course is for developers who wants to start learning the DevOps tool known as DockerThis course is ideal for people who are new to DevOps and who want to start their career in DevOpsWhat you’ll learnwhat is docker and why we need it?Docker images VS docker containersWorking with docker imagesWorking with docker containersWorking with docker volumesBuild your own docker imageStore your docker images in your Dockerhub account
Overview
Section 1: Course introduction
Lecture 1 Introduction
Lecture 2 What is docker? and why we need it?
Lecture 3 Docker images VS docker containers
Section 2: Working with docker images
Lecture 4 Pull - list - remove docker images
Section 3: Working with docker containers
Lecture 5 Run - stop - remove docker containers
Lecture 6 Execute commands in docker containers
Lecture 7 Run a container in attached or detached mode
Lecture 8 Port mapping in docker
Section 4: Working with docker volumes
Lecture 9 Create - list - remove docker volumes
Lecture 10 How the data is stored by containers without docker volumes
Lecture 11 Mounting a docker volume to a docker container
Section 5: Creating docker images
Lecture 12 Building a docker image using Dockerfile
Lecture 13 Dockerize a Flask application
Anyone who wants to start learning docker