Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Conversation

@sandyskies
Copy link

Create for PR 20987
docker could't point a network mode when build a image ,in my case, we are unable to use bridge network mode because my company's restriction. So I add --net options for docker build command to use host network mode.
In order to add this support , I have to change engine-api , So I create this PR.

Signed-off-by: sandyskies chenmingjie0828@163.com

Signed-off-by: sandyskies <chenmingjie0828@163.com>
@thaJeztah
Copy link
Contributor

We just discussed the associated PR in docker/docker, and this should not be merged yet, pending moby/moby#20987 (comment)

@crosbymichael
Copy link
Contributor

Thanks for this PR.

We have moved the code from this repo back into the main docker/docker repository; if you still wish to make this change you will need to reopen this PR on the main repo.

You can find the code for the client and types here:

https://github.com/docker/docker/tree/master/api/types
https://github.com/docker/docker/tree/master/client

Sorry for the inconvenience but making this change helps people better contribute and not have the vendor mess going forward when changing the types or client for Docker.

Sorry about that and feel free to ask if you have any questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants