Whenever I try to create a node from a docker image which is able to run systemd, but the node's main console asks for a login, and the secondary console has no access to the packages which were installed.
I am already able to build images which allow systemd to be PID 1, either in Podman or in Docker.
However, to correctly run the container's image, I need to pass some flags, and right now, I don't see a way to do this.
Also, it seems that podman does not require the container to be run in privileged mode, which is more secure than docker (which does...)
1- Will there be support for Podman containers?
2- Will there be support for Docker systemd-enabled containers?