Skip to the content
- You are the network administrator for a company that has decided to start using Windows containers. You download the wrong image from Docker. What command allows you to delete an image?
A. docker del
B. docker rm
C. docker kill
D. docker dl
- You are the network administrator for a company that has decided to start using Windows containers. You want to create a new container. What command should you use?
A. docker create
B. docker build container
C. docker new
D. docker build
- You are the network administrator for a company that has decided to start using Windows containers. You have built a number of containers. What PowerShell command allows you to view them?
A. docker view
B. docker see
C. View- Container
D. Get- Container
- You are the network administrator for a company that has decided to start using Windows containers. You have created some images. What command allows you to see your images?
A. docker images
B. docker info
C. docker view
D. docker see
- You are the administrator for an organization that has started using containers. You need to build and use a Dockerfile. You want to compile and create an image using the Dockerfile.
What command do you use?
A. Docker run
B. Docker rm
C. Docker build
D. Docker compile
- You are the administrator for an organization that has started using containers. You need to build and use a Dockerfile. You want to execute commands within the Dockerfile. What command should you use?
A. Docker run
B. Docker rm
C. Docker build
D. Docker compile
- You are the network administrator for a company that has decided to start using Windows containers. You want to delete a container. What PowerShell command allows you to do that?
A. docker delete
B. docker kill container
C. Remove- Container
D. Delete- docker- Container
- You are the administrator for an organization that has started using containers. You need to build a new image using Windows Server Core. What command would you use to get a Windows Server Core image?
A. Docker run microsoft/windowsservercore
B. docker pull microsoft/windowsservercore
C. Docker build microsoft/windowsservercore
D. Docker get microsoft/windowsservercore
- You have a Windows Server 2022 server named Server1. Server1 has the Web Server (IIS) server role installed. Server1 hosts an ASP.NET Core web app named WebApp1 and the app’s source files. You install Docker on Server1. You want to ensure that you can deploy WebApp1 to an Azure App Service web app from the Azure Container Registry. Which three actions should you perform in sequence? (Choose three.)
A. Run the docker push command.
B. Run the docker run command.
C. Run the docker build command.
D. Create a Dockerfile.
E. Run the docker pull command.
- How do you add another virtual disk to an Azure virtual machine?
A. Use the Virtual Hard Disk Wizard.
B. Use the Edit Virtual Hard Disk Wizard.
C. Choose Disks from the VM options.
D. Use the New Virtual Machine Wizard.