mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Sebastiaan van Stijn](/assets/img/avatar_default.png)
full diff: 0a2b9b5464...db3c7e526a
- Use golang.org/x/sys/unix instead of syscall
- Set O_CLOEXEC when opening a network namespace
- Fixes "the container‘s netns fds leak, causing the container netns to not
clean up successfully after the container stops"
- Allows to create and delete named network namespaces
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5 lines
106 B
Modula-2
5 lines
106 B
Modula-2
module github.com/vishvananda/netns
|
|
|
|
go 1.12
|
|
|
|
require golang.org/x/sys v0.0.0-20200217220822-9197077df867
|