Docker is an integral part of modern software development!
If you simply want to try out a new application, need to run multiple versions of the same app on your machine or want to replicate the dev environment of a colleague.
Docker is the technology of choice
In the following Trends of the IT industry it is one or the driving force:
DevOps with CI/CD
Cloud Deployment
Standardized Environments
Testability of Systems
Scalability of Systems
Microservices
and much more
So to stay up to date and accelerate your career as a developer you absolutely should at least be comfortable with Docker!
In the course you are going to learn:
Docker in comparison to Virtual Machines
Dockers architecture, what it was built on and why docker is so popular
Which Problems does Docker solve for us as developers?
Consistency Problem
Responsiveness Problem
Useful analogies to cope with the Docker concepts
Compared to object oriented programming
Images are like classes
Containers are like instances
Learn to use the CLI Client effectively
Images
Container
Networks
Volumes
In addition you get to know the following advanced topics:
Multi Stage builds
What is image layering
Container debugging
Automate multiple container setup with docker compose
containerized development
Instructor Details
Courses : 12717
Specification: Docker essentials for .Net Developers – Get started quickly
|
1 review for Docker essentials for .Net Developers – Get started quickly
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 2 hours |
Year | 2020 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$19.99 $14.99
Oleg Lomakin –
The course is a solid base course on Docker illustrated by an example of dotnet core API. Docker fundamentals are explained well in the course.