podman-compose
docker-compose alternative
Prerequisites
Debian package:
dnsmasq
dsname
:git clone https://github.com/containers/dnsname.git/ cd dnsname make all PREFIX="$HOME/.local" make install PREFIX="$HOME/.local"
Installation
python3 -m pip install podman-compose
Configuration
cat >> "$HOME/.config/containers/containers.conf" << EOF
[network]
cni_plugin_dirs = [
"$HOME/.local/libexec/cni",
"/usr/lib/cni"
]
EOF
Usage
podman-compose build
podman-compose up
podman-compose down
podman-compose --file <path> build