From 7cada99f16fa6f4a357f1bb7e9f83e8534564041 Mon Sep 17 00:00:00 2001 From: Albert-LGTM Date: Thu, 10 Oct 2024 15:16:19 +0200 Subject: [PATCH] added podman-compose install option --- core/tabs/applications-setup/tab_data.toml | 6 ++++++ docs/userguide.md | 1 + 2 files changed, 7 insertions(+) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index 2a70285d..dc7161f4 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -228,6 +228,12 @@ description = "Podman is a daemon-less open platform that uses OS-level virtuali script = "podman-setup.sh" task_list = "I SS" +[[data]] +name = "Podman-compose" +description = "Podman Compose is a tool for defining and running multi-container applications using Podman." +script = "podman-compose-setup.sh" +task_list = "I SS" + [[data]] name = "Fastfetch" description = "Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily.\nIt is written mainly in C, with performance and customizability in mind.\nThis command installs fastfetch and configures from CTT's mybash repository.\nhttps://github.com/ChrisTitusTech/mybash" diff --git a/docs/userguide.md b/docs/userguide.md index 952d01ba..cde2a75d 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -60,6 +60,7 @@ The list of patches applied can be found in CTT's DWM repository https://github.com/ChrisTitusTech/dwm-titus - **Docker**: Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers. - **Podman**: Podman is a daemon-less open platform that uses OS-level virtualization to deliver software in packages called containers. +- **Podman-compose**: Podman Compose is a tool for defining and running multi-container applications using Podman. - **Fastfetch**: Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. This command installs fastfetch and configures from CTT's mybash repository.