mirror of https://github.com/docker/docs.git
Merge pull request #19415 from docker/nicks/e2e
build(cloud): rephrase conn encryption
This commit is contained in:
commit
9d3d153014
|
@ -37,7 +37,7 @@ And the best part: you don't need to worry about managing builders or
|
|||
infrastructure. Just connect to your builders, and start building.
|
||||
Each cloud builder provisioned to an organization is completely
|
||||
isolated to a single Amazon EC2 instance, with a dedicated EBS volume for build
|
||||
cache, and end-to-end encryption. That means there are no shared processes or
|
||||
cache, and encryption in transit. That means there are no shared processes or
|
||||
data between cloud builders.
|
||||
|
||||
> **Note**
|
||||
|
|
|
@ -136,7 +136,7 @@ and forth between each other.
|
|||
To use build secrets with Docker Build Cloud,
|
||||
such as authentication credentials or tokens,
|
||||
use the `--secret` and `--ssh` CLI flags for the `docker buildx` command.
|
||||
The traffic is end-to-end encrypted and secrets are never stored in the build cache.
|
||||
The traffic is encrypted and secrets are never stored in the build cache.
|
||||
|
||||
> **Warning**
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue