Introduction to Docker
Duration
10
hours
Location
Online
Language
English
Code
ADM-018
Training for 7-8 or more people?
Customize trainings
for your specific needs
Description
Docker is an open source tool designed to make it easier for software developers to create, deploy, and run applications with the help of containers. By using it developers can focus on the code they are writing and not think about whether the software will work on the system it will be running on. This is due to the fact that, with Docker, they can package an application with everything it needs, such as libraries and other dependencies.It is popular among developers and system administrators, making it a common element of DevOps toolchains. And because it is open source, there are already a lot of programs designed to run in a Docker container. During our training we will be covering the fundamental concepts and practices of containerization and container orchestration in order to offer participants an introduction to Docker as well as the pros and cons of containerization.
After completing the course, a certificate
is issued on the Luxoft Training form
is issued on the Luxoft Training form
Objectives
- How to create and configure Docker containers
- The main benefits and disadvantages of this approach
Target Audience
- Software professionals who are working on software that is not yet deployed using Docker containers
Prerequisites
- Basic Linux and Bash knowledge
Roadmap
- Installing Docker
- Docker Commands
- Creating Containers
- Exposing Container Ports
- Executing Container Commands
- Containerization Compared to Virtualization
- Docker Volumes and Storage
- Docker Networking Basics
- Dockerfile and .dockerignore
- Creating Images
- Sample Application
- Debugging
- Docker Compose
- Testing
- Logging and Error Handling
- Image Management