netns icon indicating copy to clipboard operation
netns copied to clipboard

Runc hook (OCI compatible) for setting up default bridge networking for containers.

Results 8 netns issues
Sort by recently updated
recently updated
newest added

This bug resulted in mtu mismatch between the bridge and veth pair when a custom MTU was provided.

This commit replaces the now deprecated `configs.HookState` struct with `*specs.State` structure in aim of achieving compatibility with the latest version of runc and libcontainer (as of this commit, v1.0.0-rc92). Signed-off-by:...

Updated the help from `netns -h` to show the `--static-ip` flag. Also, the `prestart` hook is [deprecated](https://github.com/opencontainers/runtime-spec/blob/master/config.md#summary), we should use the `createRuntime` hook instead.

Creating a bridge with names "brmaths_overlay", "br_mathsoverlay" works, but not "br_maths_overlay". Trying to create this bridge shows an error > bridge creation for br_maths_overlay failed: numerical result out of range

Identified this while building https://github.com/alexellis/faas-containerd

Hi Jess, The .ip file doesn't appear to get populated by runc. I'm trying to reboot my project from a year ago, and this was the stumbling block I hit...

bug

netns appears to crash on an armv5 board when run on the command line or as a runc prehook with the following error (hostname and path replaced in the error):...

bug

bbolt version 1.3.0 has a bug which causes issues with some older ARMv5 boards which prevents netns from starting, details here: https://github.com/boltdb/bolt/issues/430 This issue has beeen fixed in the following...