April 2017
Beginner
404 pages
9h 30m
English
This command is used to select the base OS image, for example, in FROM windowsservercore we are starting with windowsservercore as our base OS image. You can use any base image, such as windowsservercore (or nanoserver for Hyper-V Containers) or Linux images (if Linux is the container host). You can also use your own image that you just created as the base for creating another image. As you can see, we are building images using layered structures one on top of another to create customization as we need. This promotes building applications as extensions and makes it extremely easy to distribute customized applications for others to use or extend as they like.
Read now
Unlock full access