
___x_cmd_docker_pull(){
    # if mirror
    # command docker pull --registry-mirror "$mirror" "$@"
    command docker pull "$@"
}

