docker: extracting a layer from a image

前端 未结 5 1486
既然无缘
既然无缘 2020-12-28 20:11

Let\'s take the whalesay images as an example. docker history shows the following:

IMAGE               CREATED             CREATED BY                    


        
5条回答
  •  暖寄归人
    2020-12-28 21:05

    Docker is not capable of saving layers individually, however there is a tool on Github called dlgrab that claims to do it. https://github.com/aidanhs/dlgrab

提交回复
热议问题