Docker (dmdev)
Please rate the course
Course short description
In the modern world of software development, microservice architecture and cloud technologies are widespread, where they have long gone from deploying applications on one single server.
In this course we will talk about , what problems and solutions to problems on a single server appeared, how hardware virtualization was invented and then operating system-level virtualization thanks to Linux Namespaces, and why a hybrid form of virtualization is now common.
After going through this course, you will confidently master Docker and understand:
- how to create your own Docker images
- how to raise Docker containers and their life cycle
p>
- various storage & volumes for storing information
- how to set up networking for communication between containers and users
- how to simplify working with Docker, replacing the imperative approach with a declarative one using Docker Compose