- 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.
推薦閱讀
- 區塊鏈:以太坊DApp開發實戰
- Instant RubyMotion App Development
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Android應用開發深入學習實錄
- Cocos2d-x Game Development Blueprints
- JavaScript動態網頁編程
- C語言程序設計實訓教程與水平考試指導
- Python 3快速入門與實戰
- Python 快速入門(第3版)
- Spring Boot從入門到實戰
- Flink入門與實戰
- 實驗編程:PsychoPy從入門到精通
- Go Systems Programming
- Python程序設計案例教程
- ServiceDesk Plus 8.x Essentials