Part of jupyterhub/team-compass#846 (comment).
Part of jupyterhub/team-compass#851.
In the documentation, Installing on your own server includes
that says
Running TLJH inside a docker container is not supported, since we depend on systemd.
My understanding is that Docker requires some special privileges and mount options to use systemd in containers making it unsafe.
But after read How to run systemd in a container by Daniel Walsh and Podman - systemd in containers by Daniel Schier, my understanding is that
- Podman supports containers with
systemd out of the box
- It is safe to run containers with
systemd on Podman
@yuvipanda what is your opinion of making Podman the 1st class container engine for The Littlest JupyterHub?
Part of jupyterhub/team-compass#846 (comment).
Part of jupyterhub/team-compass#851.
In the documentation, Installing on your own server includes
that says
My understanding is that Docker requires some special privileges and mount options to use
systemdin containers making it unsafe.But after read How to run systemd in a container by Daniel Walsh and Podman - systemd in containers by Daniel Schier, my understanding is that
systemdout of the boxsystemdon Podman@yuvipanda what is your opinion of making Podman the 1st class container engine for The Littlest JupyterHub?