Can't boot Ubuntu with systemd on WSL with genie #11266
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
A container with Ubuntu and systemd enabled won't start under WSL. I'm not able to confirm if this happens on regular Linux.
Steps to reproduce the issue:
Dockerfile:
podman build . --tag ubuntu-systemd
podman run -ti ubuntu-systemd
Describe the results you received:
Terminal dump:
Describe the results you expected:
A root prompt.
top
showssystemd
as PID 1.systemctl
shows system running normally.Additional information you deem important (e.g. issue happens only occasionally):
Running on WSL, getting systemd via genie
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
WSL with systemd via genie.
The text was updated successfully, but these errors were encountered: