G
Q. Which Docker command is used to show running containers?
'docker ps' is used to list all running containers.
You must be Logged in to update hint/solution
Q. What does the 'docker-compose build' command do?
Q. Which command is used to remove all unused Docker images?
Q. Which command is used to remove a Docker container?
Q. What is the default Docker network for containers?
Q. Which of the following commands is used to create a new Docker network?
Q. What is the purpose of the 'docker-compose config --no-interpolate' command?
Q. Which command is used to view the current Docker Compose configuration?
Discusssion
Login to discuss.