Basically, implement the lessons learned in
mamba-org/micromamba-docker#407 (comment)
- update run_script.sh
- check if rootless
- check if podman is available
- check if conditions are met if podman is not available
- start container with proper options
- update documentation
This will ideally be done after a cleanup that will remove the -D option and externalize the notebooks feature (and replace build.sh by a Makefile).