threefoldtech / cloud-container

A builder for a simple initramfs image to run container over virtiofs inside cloud-hypervisor
Apache License 2.0
0 stars 1 forks source link

missing files in conversion from image to flist #12

Open Omarabdul3ziz opened 2 years ago

Omarabdul3ziz commented 2 years ago

missing /var/run/ in conversion from image to flist. which Postgres uses to create files inside /var/run/postgresql/ that expected to be there to run postgres from the binary file /usr/lib/postgresql/12/bin/postgres. And that is not the case while running with the docker container.

as discussion with @OmarElawady, /var/run is mounted as tmpfs in cloud-container