☑ installation script
sudo apt-get update -y
sudo apt-get install curl wget gnupg2 -y
source /etc/os-release
sudo sh -c "echo 'deb http://download.opensuse.org/reposito...{VERSION_ID}/ /' ≻ /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
wget nv https://download.opensuse.org/reposit...{VERSION_ID}/Release.key -O | sudo apt-key add -
sudo apt-get update -qq -y
sudo apt-get -qq --yes install podman
pip3 install podman-compose
―――――――――――――――――――――――――――――――
☑ start the containers
podman-compose up -d
☑ podman-compose on GitHub
https://github.com/containers/podman-...