Solved

After Downloading a Container Image from Docker Hub, You Create

Question 8

Multiple Choice

After downloading a container image from Docker Hub, you create multiple containers using the docker run command. After a few minutes, you download another container image and create multiple containers. Upon noticing that you are running out of system resources, you decide to stop some containers. Which of the following commands is the best choice to view the containers that are currently running?


A) PS C:\> docker ps -a
B) PS C:\> docker ps -d
C) PS C:\> docker ps
D) PS C:\> docker container prune

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions