[Feature] Support podman on FreeBSD #13670
Subito
started this conversation in
Feature Request
Replies: 1 comment
-
Would it be possible to share how you configured podman to launch immich on FreeBSD ? I must be missing a step because podman always tries to retrieve an image created for FreeBSD and encounters an error. And I have activated the Linux services.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
immich works fine on podman running on FreeBSD, however I need to modify
start.sh
to explicitlyexport LD_LIBRARY_PATH
because somehow this env-var gets stripped from the container upon startup - even though it shows up inpodman inspect
correctly.I suspect this has something to do with the way podman works on FreeBSD, so I would be very grateful if this workaround would be present upstream. Right now I build my own container with a modified
start.sh
.Platform
Beta Was this translation helpful? Give feedback.
All reactions