- Learning Windows Server Containers
- Srikanth Machiraju
- 81字
- 2021-07-02 23:23:22
Dockerfile
Dockerfile is a text file containing instruction sets that are executed in sequential order for preparing a new container image. Docker instruction sets are pided into three categories, instructions for downloading a base OS image, for creating the new image, and finally instructions on what to run when new containers are created using the new image. Dockerfile goes as an input to the Docker build step, which creates the image. Users can also use PowerShell scripts within the instruction sets.
推薦閱讀
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實(shí)現(xiàn)
- BPEL and Java Cookbook
- Hands-On DevOps with Vagrant
- vSphere Virtual Machine Management
- 開源安全運(yùn)維平臺(tái)OSSIM疑難解析:入門篇
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):運(yùn)維監(jiān)控、性能調(diào)優(yōu)與集群應(yīng)用
- SharePoint 2013 應(yīng)用開發(fā)實(shí)戰(zhàn)
- Instant Optimizing Embedded Systems using Busybox
- Fedora 12 Linux應(yīng)用基礎(chǔ)
- 15分鐘!畫出我的漫畫角色:賣萌篇
- Xamarin Mobile Application Development for Android
- Python機(jī)器學(xué)習(xí)系統(tǒng)構(gòu)建(原書第3版)
- Linux從入門到精通
- 數(shù)字系統(tǒng)設(shè)計(jì)與VHDL
- 計(jì)算機(jī)操作系統(tǒng)實(shí)用教程