mirror of https://github.com/docker/docs.git
Merge pull request #18952 from dvdksn/dbc-faq-registry
dbc faq vpn registries
This commit is contained in:
commit
196b8078cf
|
@ -6,6 +6,15 @@ aliases:
|
||||||
- /hydrobuild/faq/
|
- /hydrobuild/faq/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--toc:start-->
|
||||||
|
- [How do I remove Docker Build Cloud from my system?](#how-do-i-remove-docker-build-cloud-from-my-system)
|
||||||
|
- [Are builders shared between organizations?](#are-builders-shared-between-organizations)
|
||||||
|
- [Do I need to add my secrets to the builder to access private resources?](#do-i-need-to-add-my-secrets-to-the-builder-to-access-private-resources)
|
||||||
|
- [How do I unset Docker Build Cloud as the default builder?](#how-do-i-unset-docker-build-cloud-as-the-default-builder)
|
||||||
|
- [How do I manage the build cache with Docker Build Cloud?](#how-do-i-manage-the-build-cache-with-docker-build-cloud)
|
||||||
|
- [Can I use Docker Build Cloud with a registry behind a VPN?](#can-i-use-docker-build-cloud-with-a-registry-behind-a-vpn)
|
||||||
|
<!--toc:end-->
|
||||||
|
|
||||||
### How do I remove Docker Build Cloud from my system?
|
### How do I remove Docker Build Cloud from my system?
|
||||||
|
|
||||||
If you want to stop using Docker Build Cloud, remove the cloud builder using
|
If you want to stop using Docker Build Cloud, remove the cloud builder using
|
||||||
|
@ -61,3 +70,9 @@ command. This works like pruning the cache for any other builder.
|
||||||
>
|
>
|
||||||
> Pruning a cloud builder's cache also removes the cache for other team members
|
> Pruning a cloud builder's cache also removes the cache for other team members
|
||||||
> using the same builder.
|
> using the same builder.
|
||||||
|
|
||||||
|
### Can I use Docker Build Cloud with a registry behind a VPN?
|
||||||
|
|
||||||
|
No, you can't use Docker Build Cloud with a private registry or registry mirror
|
||||||
|
behind a VPN. All endpoints invoked with Docker Build Cloud, including OCI
|
||||||
|
registries, must be accessible over the internet.
|
||||||
|
|
Loading…
Reference in New Issue