mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud transfer agents install --pool=POOL [--count=COUNT]
|
||||
[--creds-file=CREDS_FILE] [--docker-network=DOCKER_NETWORK]
|
||||
[--creds-file=CREDS_FILE] [--docker-network=NETWORK]
|
||||
[--[no-]enable-multipart] [--id-prefix=ID_PREFIX]
|
||||
[--logs-directory=LOGS_DIRECTORY; default="/tmp"]
|
||||
[--memlock-limit=MEMLOCK_LIMIT; default=64000000]
|
||||
|
|
@ -63,13 +63,12 @@ FLAGS
|
|||
Note that the credentials location will be mounted to the agent
|
||||
container.
|
||||
|
||||
--docker-network=DOCKER_NETWORK
|
||||
Specify the network to connect the Docker container to. This flag maps
|
||||
--docker-network=NETWORK
|
||||
Specify the network to connect the container to. This flag maps
|
||||
directly to the --network flag in the underlying 'docker run' command.
|
||||
|
||||
If binding directly to the Docker host's network is an option, then
|
||||
setting this value to 'host' can dramatically improve transfer
|
||||
performance.
|
||||
If binding directly to the host's network is an option, then setting
|
||||
this value to 'host' can dramatically improve transfer performance.
|
||||
|
||||
--[no-]enable-multipart
|
||||
Split up files and transfer the resulting chunks in parallel before
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue