- 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.
推薦閱讀
- Mastering Python Scripting for System Administrators
- 快速念咒:MySQL入門指南與進階實戰
- Learning Python Design Patterns
- Python時間序列預測
- Visual C++開發入行真功夫
- JavaCAPS基礎、應用與案例
- Getting Started with Eclipse Juno
- Vue.js 2 Web Development Projects
- BeagleBone Robotic Projects(Second Edition)
- LabVIEW數據采集
- Solr權威指南(下卷)
- Getting Started with JUCE
- 你好!Python
- Learning Gerrit Code Review
- Pandas入門與實戰應用:基于Python的數據分析與處理