We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23b9df6 + fa74d0a commit 68f5b3aCopy full SHA for 68f5b3a
content/manuals/build-cloud/setup.md
@@ -70,6 +70,16 @@ The builder has native support for the `linux/amd64` and `linux/arm64`
70
architectures. This gives you a high-performance build cluster for building
71
multi-platform images natively.
72
73
+## Firewall configuration
74
+
75
+To use Docker Build Cloud behind a firewall, ensure that your firewall allows
76
+traffic to the following addresses:
77
78
+- 3.211.38.21
79
+- https://auth.docker.io
80
+- https://build-cloud.docker.com
81
+- https://hub.docker.com
82
83
## What's next
84
85
- See [Building with Docker Build Cloud](usage.md) for examples on how to use Docker Build Cloud.
0 commit comments