How to use LXC containers in Proxmox?
https://lemmy.ml/post/23362221
=> More informations about this toot | More toots from foremanguy92_@lemmy.ml
Lastly there is podman that some people love for container management. It’s not my cup of tea, but it might fit you.
Install on a vm though, not lxc
=> More informations about this toot | More toots from Oisteink@lemmy.world
Humm Im going to check it, but do you think that it would be a good option to deploy all my services to lxc even if their primary release channel is docker?
=> More informations about this toot | More toots from foremanguy92_@lemmy.ml
That depend on how much work you have to do to keep it working.
Let’s take a fairly common webserver like Caddy. Now you can install this through docker, or natively on linux.
If the app only exists as docker image then it cones down to your ability or recreating what the dockerfile does to get it installed on your lxc container.
Fun fact: early editions of docker used lxc for its containers.
=> More informations about this toot | More toots from Oisteink@lemmy.world
So I would have to write some scripts for installing and maintaining my installs?
=> More informations about this toot | More toots from foremanguy92_@lemmy.ml
Depends on what you’d want. A dockerfile defines how the image is built. If you want to mimic this then you need scripts.
But I think you could benefit from learning how docker works from the ground up if you want to recreate docker inages in lxc.
Better use is a dedicated docker host (a vm) and run your non-docker on lxc. Treat lxc as a minimal vm for one ( or a few) services/apps per lxcontainer
=> More informations about this toot | More toots from Oisteink@lemmy.world
I wanted to use containers to have good maintained and isolated stuff, so I think I’m going to use scripts to install and update all my stuff 😁
=> More informations about this toot | More toots from foremanguy92_@lemmy.ml This content has been proxied by September (3851b).Proxy Information
text/gemini