Chapter 5
Managing Container Images
IN THIS CHAPTER
Making and saving changes to images
Pushing images to Docker Hub
Pulling images from Docker Hub
Image versioning
As you make changes to your container images, you’ll get to the point where you’re happy with where the current container image is and you want to save the changes so that people can simply launch your new container image instead of having to run the image from a dockerfile and configure and tweak the image from there.
In this chapter, I show you how to save changes that you’ve made to your container images. I also explain more about pulling and pushing images to repositories.
Making Changes to Images and Saving the Changes You Make
When you launch containers, you can interact with them on a similar level to a regular system from the command line. You can create users and groups, and you can run PowerShell to install roles and features. After you’ve made these changes, you may decide you don’t need them anymore. The great thing about containers is that when you don’t need them anymore, you can exit out of the container ...
Get Windows Server 2022 & Powershell All-in-One For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.