diff --git a/content/build/cloud/faq.md b/content/build/cloud/faq.md index 796d0482c4..5e8add3011 100644 --- a/content/build/cloud/faq.md +++ b/content/build/cloud/faq.md @@ -6,6 +6,15 @@ aliases: - /hydrobuild/faq/ --- + +- [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) + + ### How do I remove Docker Build Cloud from my system? 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 > 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.