mirror of
https://github.com/containers/podman.git
synced 2026-04-03 22:43:15 -04:00
Fix typo in pod create
Signed-off-by: Christian Felder <c.felder@fz-juelich.de>
This commit is contained in:
@@ -343,7 +343,7 @@ func (r *LocalRuntime) CreatePod(ctx context.Context, cli *cliconfig.PodCreateVa
|
||||
logrus.Debugf("Pod will use host networking")
|
||||
options = append(options, libpod.WithPodHostNetwork())
|
||||
case "":
|
||||
return "", errors.Errorf("invalid value passed to --net: must provide a comma-separated list of CNI networks or host")
|
||||
return "", errors.Errorf("invalid value passed to --network: must provide a comma-separated list of CNI networks or host")
|
||||
default:
|
||||
// We'll assume this is a comma-separated list of CNI
|
||||
// networks.
|
||||
|
||||
Reference in New Issue
Block a user