• Usage: Formats the output using a Go template.

  • Command:

    docker ps --format "{{.ID}}: {{.Names}}"
    
    
    • This command formats the output of docker ps to show container IDs and names.