Skip to content

docs: show network=host for the docker-container builder - #25864

Open
locker95 wants to merge 1 commit into
docker:mainfrom
locker95:docs/buildx-container-network-host
Open

docs: show network=host for the docker-container builder#25864
locker95 wants to merge 1 commit into
docker:mainfrom
locker95:docs/buildx-container-network-host

Conversation

@locker95

Copy link
Copy Markdown
Contributor

The docker-container driver page showed a user-defined overlay, but not the host-network case. That's the usual way to reach something on the host (local registry, etc.) when the default docker driver cannot see overlay networks.

@netlify /build/builders/drivers/docker-container/

Closes docker/buildx#1437

The custom-network section only had a user-defined overlay. Reaching
a host service needs network=host, which the default docker driver
cannot do.

Signed-off-by: Dean Chen <862469039@qq.com>
@locker95
locker95 requested a review from dvdksn as a code owner August 17, 2026 04:39
@netlify

netlify Bot commented Aug 17, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 59ff449
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a82907b0114340008715e30
😎 Deploy Preview https://deploy-preview-25864--docsdocker.netlify.app/build/builders/drivers/docker-container/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/build Relates to Dockerfiles or docker build command label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/build Relates to Dockerfiles or docker build command

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add example use cases for driver networking config

1 participant