diff options
Diffstat (limited to 'vendor/github.com/rootless-containers')
-rw-r--r-- | vendor/github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/parent.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/parent.go b/vendor/github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/parent.go index 8ffadd859..49252a06d 100644 --- a/vendor/github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/parent.go +++ b/vendor/github.com/rootless-containers/rootlesskit/pkg/port/builtin/parent/parent.go @@ -117,6 +117,7 @@ func annotateEPERM(origErr error, spec port.Spec) error { // Podman launches the parent driver in the child user namespace (but in the parent network namespace), which disables the file capability. text += ", or set CAP_NET_BIND_SERVICE on rootlesskit binary" } + text += fmt.Sprintf(", or choose a larger port number (>= %d)", start) return errors.Wrap(origErr, text) } |