Working with Container Images
Windows Containers can be managed using Docker CLI and PowerShell. Docker provides a lot of commands and options to automate most common activities such as creation, update, publishing, and deletion of images and containers. At this point, PowerShell commands for working with Windows Server Containers are still in development, so in this chapter we will be learning Docker commands only. Irrespective of the language choice, be it Docker CLI or PowerShell, communication with local or remote Docker daemons happens using a common REST-based API called Docker Remote API. This also means that you can build your own management interface using your favorite languages that interact with the Docker API.
This chapter helps ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access