• Usage: Removes images used by the services.

  • Command:

    docker-compose down --rmi all
    
    
    • This command stops and removes containers, networks, and images used by the services defined in docker-compose.yml.