What does the command gcloud docker -a do?

11/18/2015
$ gcloud docker -a

This command is ran when a Google Compute Engine instance with a container-vm OS and a container set to start at instance creation time.

Neither

gcloud --help

nor

docker --help

have the -a command line argument.

-- Gabriel Petrovay
docker
gcloud
google-compute-engine
google-kubernetes-engine

1 Answer

11/18/2015

The gcloud docker doc does have a -a option:

--authorize-only, -a

Configure docker authorization only, do not launch the docker command-line.

-- VonC
Source: StackOverflow