V
Q. Which command is used to remove all unused Docker build cache?
The 'docker builder prune' command removes all unused Docker build cache.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What does the 'docker ps' command display?
Q. Which command removes stopped containers, networks, and volumes created by Docker Compose?
Q. What is the purpose of the 'docker pause' command?
Q. Which command is used to remove a Docker container?
Q. What does the 'docker exec -it container_name /bin/sh' command do?
Q. What is the default network mode for services in Docker Compose?
Q. Which of the following commands lists all the Docker networks?
Q. What is the difference between 'docker stop' and 'docker kill'?
Q. What is the purpose of the 'docker-compose pause' command?
Q. Which command can be used to check the version of Docker installed?
Discusssion
Login to discuss.