- Mastering Microservices with Java
- Sourabh Sharma
- 90字
- 2021-07-02 13:03:30
Deployment
Microservices deployment with Docker involves three things:
- Application packaging, for example, JAR.
- Building a Docker image with a JAR and dependencies using a Docker instruction file, a Dockerfile, and the docker build command. This allows you to repeatedly create images.
- Docker container execution from this newly built image using 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 4, Implementing a Microservice. For more information, refer to https://docs.docker.com.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計
- 深入淺出Spring Boot 2.x
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學(xué)習(xí)應(yīng)用
- ASP.NET Core 2 and Vue.js
- Blockly創(chuàng)意趣味編程
- Hands-On RESTful Web Services with Go
- Mastering Android Game Development
- OpenCV 4計算機視覺項目實戰(zhàn)(原書第2版)
- NetBeans IDE 8 Cookbook
- Python機器學(xué)習(xí)算法與應(yīng)用
- 計算機應(yīng)用基礎(chǔ)項目化教程
- Visual Basic程序設(shè)計全程指南
- PHP 8從入門到精通(視頻教學(xué)版)
- TypeScript全棧開發(fā)