April 2018
Intermediate to advanced
300 pages
7h 41m
English
Docker is a software company that provides containers. Docker containers are very popular in the software industry to run microservices. They are best suited to microservices application development and provide a set of command-line tools that provide a unified way of building and maintaining different container images. We can create custom images or use existing ones from a registry such as Docker Hub (http://hub.docker.com).
Here are a few benefits of Docker:
|
Benefit |
Description |
|
Simplicity |
Provides a powerful tool for application creation and orchestration |
|
Openness |
Built with open source technology and easy to integrate into existing environments |
|
Independence |
Creates separation of concerns between ... |