We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: