{"id":23,"description":"docker - display only repo and tag info in docker images","tags":["docker","commands","tools"],"contents":["# to display only image repo and tag information in 'docker images' command","# useful when including the output in other commands such as docker run","docker images --format '{{.Repository}}:{{.Tag}}'"]}
