- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 76字
- 2021-07-02 13:41:49
Working with a Dockerfile
When assembling an image, whether using docker commit or export, optimizing the outcome in a managed way is a challenge, let alone integrating it with a CI/CD pipeline. A Dockerfile represents the building task in the form of code, which significantly reduces the difficulty of building tasks for us. In this section, we'll describe how to map Docker commands into a Dockerfile and take a step towards optimizing it.
推薦閱讀
- The Supervised Learning Workshop
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Python高級機器學習
- Learning Network Forensics
- Python完全自學教程
- Swift語言實戰晉級
- C++程序設計教程(第2版)
- Spring Data JPA從入門到精通
- Elasticsearch搜索引擎構建入門與實戰
- Enterprise Application Architecture with .NET Core
- Mastering Unity Scripting
- Swift iOS Programming for Kids
- Go語言編程之旅:一起用Go做項目
- Netty 4核心原理與手寫RPC框架實戰
- Java程序設計基礎教程