Commit Graph

11 Commits

Author SHA1 Message Date
Mario Loriedo 755e156c93 Use the WSL convention for the windows machines default volumes
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2024-07-30 19:34:12 +02:00
Brent Baude b63a018014 Add default volumes for hyperv
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>
2024-02-09 09:12:57 -06:00
Brent Baude 764f36735e cleanup getDefaultMachineUser|Image
small refactoring for #1603 adn #1608 where we no longer have operating
system differences.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2023-08-11 07:46:17 -05:00
Brent Baude 7764580d69 default windows machine user change
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>
2023-08-10 14:35:12 -05:00
Brent Baude bf00f56c6e change default machine image for windows
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>
2023-08-08 14:23:49 -05:00
Valentin Rothberg 0ce0a1367c containers.conf: add new `compose_providers` option
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>
2023-07-24 15:53:17 +02:00
Arthur Sengileyev 30d0948da5 Adjust default volumes for windows compatibility
Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
2022-08-19 17:09:25 +03:00
Doug Rabson c4cbb913bd Change some defaults for FreeBSD and add a sample containers.conf
Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-05-09 14:07:58 +01:00
Paul Holzinger a2ee133248 Fix ImageCopyTmpDir for windows
We cannot use /var/tmp on windows, instead use the temp var which is
defined on windows, of fall back to appdata.

Fixes containers/podman#13434

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-03-08 19:40:10 +01:00
Paul Holzinger 4eb265ce95 remove rootless_networking field from containers.conf
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>
2022-01-20 16:23:12 +01:00
Jason T. Greene d813c5e6fb Add platform driven image and user defaults for podman machine
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
2021-12-09 14:37:54 -06:00