-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support run container with network id #2589
Support run container with network id #2589
Conversation
4218424
to
58391b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fahedouch
719376d
to
4d14983
Compare
{ | ||
args: []string{"--net", "host"}, | ||
}, | ||
} | ||
for _, tc := range testCases { | ||
tc := tc // IMPORTANT | ||
if tc.dockerIncompatible { | ||
// docker compute id algorithm is different from nerdctl | ||
testutil.DockerIncompatible(t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be compatible if you inspect the id via docker network inspect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
36e1772
to
fbea131
Compare
Please rebase to make CI green |
Signed-off-by: fahed dorgaa <[email protected]>
fbea131
to
792a0cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
fix #2436