agile-learning-institute / mentorHub

9 stars 3 forks source link

Consider names instead of IDs for removing containers and images #79

Closed michquinn closed 7 months ago

michquinn commented 7 months ago

docker image ls -a --format '{{ .Repository }}:{{ .Tag }}' and docker container ls -a --format '{{ .Names }}'

Mainly so the messages removing container/image … would be more descriptive