@nahtnam is the doppler
binary statically linked? If it relies on glibc, that’s not available in alpine
-based Docker images. If you can, does this work in a local Docker?
@jsha I fixed this. Your image should now work as-is.
We “overmount” /run
on boot as a tmpfs
. Docker allows you to write to /var/run
and /run
and puts that in the rootfs somehow.
Now if we detect there’s already a file descriptor for /run
, we won’t overmount.