命令 gcloud docker -a 有什么作用?
What does the command gcloud docker -a do?
$ gcloud docker -a
当 Google Compute Engine 实例具有 container-vm
OS 且容器设置为 start at instance creation time 时,此命令为 运行。
都没有
gcloud --help
也不
docker --help
有 -a
命令行参数。
gcloud docker
doc 确实有一个 -a
选项:
--authorize-only, -a
Configure docker authorization only, do not launch the docker command-line.
$ gcloud docker -a
当 Google Compute Engine 实例具有 container-vm
OS 且容器设置为 start at instance creation time 时,此命令为 运行。
都没有
gcloud --help
也不
docker --help
有 -a
命令行参数。
gcloud docker
doc 确实有一个 -a
选项:
--authorize-only, -a
Configure docker authorization only, do not launch the docker command-line.