- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 86字
- 2021-07-02 21:54:43
Deployment
Microservices deployment with Docker deals with three parts:
- Application packaging, for example, JAR
- Building Docker image with a JAR and dependencies using a Docker instruction file, the Dockerfile, and command docker build. It helps to repeatedly create the image
- Docker container execution from this newly built image using command docker run
The preceding information will help you to understand the basics of Docker. You will learn more about Docker and its practical usage in Chapter 5, Deployment and Testing. Source and reference, refer to: https://docs.docker.com.
推薦閱讀
- Visual C++串口通信開發(fā)入門與編程實踐
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- JIRA 7 Administration Cookbook(Second Edition)
- Mastering matplotlib
- Lua程序設(shè)計(第4版)
- Raspberry Pi 2 Server Essentials
- JSP開發(fā)案例教程
- QGIS By Example
- Swift細致入門與最佳實踐
- Creating Data Stories with Tableau Public
- OpenCV 3計算機視覺:Python語言實現(xiàn)(原書第2版)
- Arduino機器人系統(tǒng)設(shè)計及開發(fā)
- H5匠人手冊:霸屏H5實戰(zhàn)解密
- Build Your Own PaaS with Docker
- HTML5+jQuery Mobile移動應(yīng)用開發(fā)