This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Single script to create a single LXC container and install multiple apps #1567
imthenachoman
started this conversation in
Ideas
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.
-
Sometimes it's not pragmatic to create 1 LXC for each app. Sometimes you'd want 1 LXC container, and install multiplea apps on it -- like radarr, sonarr, and sabnzbd.
The way you've written your
*-install.sh
scripts, it would be very easy to have them all act on 1 LXC container (I assume).So I imagine a script that asks what apps to install (from a menu selection or something), and then it creates 1 LXC container and install all of them.
I think the main script would just have to call the appropriate
*-install.sh
script?Beta Was this translation helpful? Give feedback.
All reactions