• Post category:StudyBullet-3
  • Reading time:3 mins read

What you will learn

Container concepts in docker

Docker container management

Docker image management

Basics of Dockerfile

Description

Containerization of the applications is going on in the full swing across the IT industry. Docker’s course covers the fundamental concepts of Docker containers. Along with the concepts it also covers the most useful commands related to container management, image management, and Dockerfile. After studying this course one would be ready to dive deeper into the world of container orchestration.

Docker’s course becomes the necessary prerequisite for learning Docker Swarm and Kubernetes.

Enroll now!! see you in class.


Get Instant Notification of New Courses on our Telegram channel.


Happy Learning!
Team Edyoda

English
language

Content

Docker Introduction
Introduction to Docker Container
Launching a Linux machine for Docker Lab
Docker Installation
Docker Components
Docker Basic Terminology
Playing with Docker Containers
Launching your first ubuntu container
Basic Docker Container Commands
Managing Docker Images
Basic Docker Image Commands
Creating a Docker image without Dockerfile
Basic Dockerfile Directives
Containerizing using a Dockerfile