A
Q. Which command is used to remove all unused Docker images?
The 'docker image prune' command removes all unused Docker images. Use the '-a' flag to remove all images, not just dangling ones.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following commands creates a Docker container from an image?
Q. Which Docker command is used to build a Docker image from a Dockerfile?
Q. Which command is used to rename a Docker container?
Q. Which command is used to remove a Docker container?
Q. Which file is used by Docker Compose to configure and manage multi-container applications?
Q. Which command is used to get the IP address of a running Docker container?
Q. What does the '--detach' or '-d' flag do when running 'docker run'?
Discusssion
Login to discuss.