Why do you need a base image with Docker?

后端 未结 4 577
慢半拍i
慢半拍i 2021-01-04 05:48

I have went through every single page of the documentation of Docker.

I do not understand, yet still, why a \"base image\" (for example, the Ubuntu Base Image) is n

4条回答
  •  感情败类
    2021-01-04 06:13

    In simple words I can explain that..as we use certain libraries and node packages for our application in similar way we can use Base Images which are already made and use them with simple search.You can also define your own base image and make use of it.

提交回复
热议问题