All machine providers except WSL should have default volumes defined.
HyperV was empty meaning no defaults were being added. For HyperV, like
Linux, I think $HOME is sufficient.
Signed-off-by: Brent Baude <bbaude@redhat.com>
change the default windows user to core instead of user; which is what
WSL uses. WSL will need to hardcode the its value in podman
Signed-off-by: Brent Baude <bbaude@redhat.com>
wsl no longer uses this field and for windows using hyperv, it should be
set to "testing" like all other providers that use fcos as a base
machine image.
Signed-off-by: Brent Baude <bbaude@redhat.com>
Specify one or more external providers for the compose command. The
first found provider is used for execution. Can be an absolute path or a
(file) name. Relative names are invalid. File names are evaluated via
$PATH look ups.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
We cannot use /var/tmp on windows, instead use the temp var which is
defined on windows, of fall back to appdata.
Fixescontainers/podman#13434
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This field was only needed for machine to force cni, however you can set
netns="bridge" in the config to have the same effect. This is already
done in the machine setup.
The field was more of a hack and just creates confusion for users so we
remove it.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>