File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
33package system
44
5- // Currently, we only need servicereaper on Linux to support slirp4netns.
6- func maybeStartServiceReaper () {
7- }
8-
95// There is no cgroup on non linux.
106func maybeMoveToSubCgroup () {}
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ type Container struct {
107107 runtime * Runtime
108108 ociRuntime OCIRuntime
109109
110- rootlessPortSyncR * os.File
111- rootlessPortSyncW * os.File
110+ rootlessPortSyncR * os.File //nolint:unused // Used on Linux for rootless port mapping via RLK
111+ rootlessPortSyncW * os.File //nolint:unused // Used on Linux for rootless port mapping via RLK
112112
113113 // reservedPorts contains the fds for the bound ports when using the
114114 // bridge network mode as root.
You can’t perform that action at this time.
0 commit comments