Quick Q:Best way to migrate a mutable os workflow into podman.and how? #16583
Replies: 2 comments
-
I think #2 is the most compelling when using any container approach. I would seriously consider putting stuff into something like a git repo including a Containerfile to perform all the setup. I would then wire something like quay (or whoever) to rebuild my image when the git repo has a merge. You could then either pull the image or build it locally, etc. I don't have a super clear of your preferred workflow but I think with containers, you have enough latitude to do whatever you want. My two cents ... |
Beta Was this translation helpful? Give feedback.
-
i tried to use podman and i created a container. Also how do I find out where is the container created stored? I tried> extra log: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR:I have a dedicated setup for dev,(which is all in a folder with around GB size)
I originally use a mutable os like ubuntu and fedora workstation, in which you can play around with the home,path and etc,
I then moved to silverblue which has a extremely confusing package management and encapsulation.
But I wanted to adapt and improve the overall security of my system by using silverblue.
I found that other tools essentially uses podman so might as well directly uses podman.
However,from my few attempt,I found that most tutorial(official or non official) only shows how to download online containers and run it.(be it podman or toolbox)
But what I need essentially is just make sure my setup works with these conditions
So,by following existing online tutorial I found that.
So with these analysis I thought why not just give it a try and ignore the fears by just doing a backup.So...
There are 2 ways I can think of to migrate.which is better or possible?
1)The braindead way*:Just create a new local podman container targeting some os,and just search how to move folder into podman in SE/SO and copy paste modify command ,run,and then try to shutdown the container and move it into my disk/thumbdrive,instead of some obsure place.
2)The smartway*:Create a minimal container then create a CI/scripts to download most dependency and then copy some stuff and archive my old dev workflow.
Beta Was this translation helpful? Give feedback.
All reactions