mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud transfer agents install --pool=POOL [--count=COUNT]
|
||||
[--creds-file=CREDS_FILE] [--[no-]enable-multipart]
|
||||
[--id-prefix=ID_PREFIX]
|
||||
[--creds-file=CREDS_FILE] [--docker-network=DOCKER_NETWORK]
|
||||
[--[no-]enable-multipart] [--id-prefix=ID_PREFIX]
|
||||
[--logs-directory=LOGS_DIRECTORY; default="/tmp"]
|
||||
[--memlock-limit=MEMLOCK_LIMIT; default=64000000]
|
||||
[--mount-directories=[MOUNT-DIRECTORIES,...]] [--proxy=PROXY]
|
||||
|
|
@ -56,6 +56,14 @@ OPTIONAL 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
|
||||
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.
|
||||
|
||||
--[no-]enable-multipart
|
||||
Split up files and transfer the resulting chunks in parallel before
|
||||
merging them at the destination. Can be used make transfers of large
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue