ES-Nix / podman-rootless

Example of using nix + flakes to have podman rootless working
MIT License
15 stars 0 forks source link

The podman-compose #5

Open PedroRegisPOAR opened 3 years ago

PedroRegisPOAR commented 3 years ago
# pip --version
apt-get update
sudo apt-get install -y python3-pip
pip --version
pip3 install --upgrade pip
# pip --version
python3 -m pip --version
python3 -m pip install --upgrade pip==21.1.3
python3 -m pip install https://github.com/containers/podman-compose/archive/devel.tar.gz
export PATH=/home/ubuntu/.local/bin:"$PATH"
podman-compose -h
podman \
run \
--interactive=true \
--tty=true \
--rm=true \
--user=0 \
docker.io/library/ubuntu:20.10 \
bash

apt-get update
apt-get install -y python3-pip
pip install pyyaml
pip freeze
python3 -m pip install https://github.com/containers/podman-compose/archive/devel.tar.gz
podman-compose -h