Introduction to Docker
Durată
10
ore
Locație
Pe net
Limba
Engleză
Cod
ADM-018
Training pentru 7-8 sau mai multe persoane?
Personalizați antrenamentele
pentru nevoile dumneavoastră specifice
Descriere
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.
După finalizarea cursului, se eliberează un certificat
în formularul Luxoft Training
în formularul Luxoft Training
Obiective
- How to create and configure Docker containers
- The main benefits and disadvantages of this approach
Public țintă
- Software professionals who are working on software that is not yet deployed using Docker containers
Cerințe preliminare
- Basic Linux and Bash knowledge
Foaia de parcurs
- 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