GUI Lab Complete!

You've mastered container management with Windows Admin Center!

Take the Quiz → PowerShell Lab

Lab Tasks

1. View Container Images
Click "Images" in the sidebar to view available container images.
2. Pull a New Image
Click "Pull Image" and download the nanoserver base image.
3. Create a Container
Click "New Container" to create a container from an image.
4. Start a Container
Select a stopped container and click "Start" to run it.
5. Stop a Container
Select a running container and click "Stop" to shut it down.
6. Remove a Container
Select a stopped container and remove it using the toolbar or context menu.
7. Inspect Container Details
Right-click a container and select "Inspect" to view its configuration details.
8. Create a Container Network
Go to Networks and click "Create Network" to add a new network for container communication.
9. Connect a Container to a Network
Select a running container and connect it to a specific network using the context menu.
Docker Status Icons:
Running - Container is active
Stopped - Container is not running
Created - Container exists but never started
Tip: Right-click on containers for more options like Logs, Exec (shell), and Remove.
Overview
Containers
Images
Networks
Volumes

Pull Container Image

Create New Container