Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The podman-compose #5

Open
PedroRegisPOAR opened this issue Jul 16, 2021 · 0 comments
Open

The podman-compose #5

PedroRegisPOAR opened this issue Jul 16, 2021 · 0 comments

Comments

@PedroRegisPOAR
Copy link
Contributor

PedroRegisPOAR commented Jul 16, 2021

# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant