This question evaluates proficiency in Docker resource management, covering containers, images, and volumes and the ability to perform a complete environment cleanup.
You are given a machine with Docker installed. Your task is to fully clean the Docker environment using Docker CLI commands so that all of the following are removed:
After your cleanup, the following commands should show no resources:
docker ps -a
docker images -a
docker volume ls