Docker Key Domains

Image Creation, Management, and Registry ● Describe the use of Dockerfile.● Describe options, such as add, copy, volumes, expose, entry point.● Identify and display the main parts of a Dockerfile.● Describe and demonstrate how to create an efficient image via a Dockerfile.● Describe and demonstrate how to use CLI commands to manage images, such as…

AWS Elastic Beanstalk and Docker

AWS Elastic Beanstalk supports the deployment of web application from Docker containers. With Docker containers, you can define your own runtime environment. You can choose your own platform, programming language, and any application dependencies (such as package managers or tools), that aren’t supported by other platforms. Docker containers are self-contained and include all the configuration…