We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beacfee commit 6057111Copy full SHA for 6057111
cmd/podman/system/service_abi_common.go
@@ -2,9 +2,5 @@
2
3
package system
4
5
-// Currently, we only need servicereaper on Linux to support slirp4netns.
6
-func maybeStartServiceReaper() {
7
-}
8
-
9
// There is no cgroup on non linux.
10
func maybeMoveToSubCgroup() {}
libpod/container.go
@@ -107,7 +107,9 @@ type Container struct {
107
runtime *Runtime
108
ociRuntime OCIRuntime
109
110
+ // nolint:unused // Used on Linux for rootless port mapping via RLK
111
rootlessPortSyncR *os.File
112
113
rootlessPortSyncW *os.File
114
115
// reservedPorts contains the fds for the bound ports when using the
0 commit comments