Skip to content

aaccioly-open-source/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

containers

Repo for Podman / Compose / Quadlets

What is Podman?

Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux system. Unlike Docker, Podman doesn't require a daemon to be running and can run containers rootless, making it more secure and easier to integrate with systemd.

What is Compose?

Compose is a tool for defining and running multi-container applications. With Compose, you use a YAML file to configure your application's services, networks, and volumes. Then, with a single command, you can create and start all the services from your configuration.

Podman supports the Compose specification through the podman compose command.

Installing Podman Compose

Usage

This repository contains several subdirectories, each with its own compose.yml file and configuration. To use any of the services:

  1. Navigate to the desired subdirectory:

    cd <subdirectory-name>
  2. Start the services with Podman Compose:

    podman compose up
  3. To run in detached mode (background):

    podman compose up -d
  4. To stop the services:

    podman compose down

Available Services

  • cloudflared-tunnel: Cloudflare Tunnel configuration
  • thelounge: The Lounge web IRC client

License

This repository is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).

About

Repo for Podman / Compose / Quadlets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors