How to use Podman to install development libs using which I want to build a program but in such a way that the final built program goes into my Local OS filesystem rather than the Container filesystem? #27318
Unanswered
RinzlerCR7
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build GPU Screen Recorder (GSR) by cloning the source.
Following is my
Containerfile
:To build GSR, build the Container image from the
Containerfile
, clone the repo & runinstall.sh
.The build process is creating at least the following files, there can be more:
How can I set Podman in such a way that the above mentioned files get installed in my Local filesystem & not on my Container image's filesystem?
I'm asking because I don't know if these were the only files or if there were more. If there were more, than it would be a tedius task to copy each file from the Container image's filesystem to my Local filesystem manually.
I don't want to install the development libs in my Local OS as they clutter my filesystem.
Beta Was this translation helpful? Give feedback.
All reactions