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

/dev/fd doesn't exist #4

Closed OmarElawady closed 2 years ago

OmarElawady commented 2 years ago

It's used for <(cmd) structs in bash. So cat <(echo 123) doesn't work. It should be a symlink to /proc/self/fd. This causes the postgres docker image to fail.

OmarElawady commented 2 years ago

fixed in https://github.com/threefoldtech/cloud-container/pull/6