

# list then we should combine the data with docker images
___x_cmd_docker_ximg_ls(){
    command docker images | ___x_cmd_cmds_awk '
    (NR==1)||($1~"^x/"){
        print;
    }
'
}

# filter the md5 ...

# ___x_cmd_docker_ximg_ls(){
#     command docker image ls | awk -v '(NR>1)&&($1~/^x/){ print $1; exit 0; }'
# }
