gbraad-redhat / podman-wsl-fedora-original

Podman Machine prepped image for use with WSL2
0 stars 0 forks source link

package steps #1

Closed gbraad closed 2 years ago

gbraad commented 2 years ago

essential steps to get the environment up to date and needed packages

dnf upgrade -y
dnf install -y 'dnf-command(copr)'
dnf -y copr enable rhcontainerbot/podman4
dnf install podman podman-docker openssh-server procps-ng -y

The following fixes and issue with newuid. this might work from the image itself

dnf reinstall shadow-utils -y

based on: https://github.com/containers/podman/blob/3426d56b92be2ac1c3cc62fc578e9cb6d64aca81/pkg/machine/wsl/machine.go#L400