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

Recommendation: tell people how to install from git using pip #75

Open
doctorjei opened this issue May 19, 2024 · 4 comments
Open

Recommendation: tell people how to install from git using pip #75

doctorjei opened this issue May 19, 2024 · 4 comments

Comments

@doctorjei
Copy link

It's really easy to install your package via pip if you want to tell people how, so they don't have to manually clone the repo:
pip install git+https://github.com/Red5d/docker-autocompose.git#egg=autocompose

I just wanted to mention it, since it might make things easier on a lot of folks looking for a "quick and easy" solution!

@likongshun
Copy link

Multiple container export commands

bashdocker ps -a | awk 'NR > 1 { id=$1; gsub(/[:\/]/, "_", $2); print id " " $2 }' | while read -r id name; do  
    python autocompose.py "$id" > "${name}.yml"  
done

@newadventure079
Copy link

What's bashdocker?

@HealsCodes
Copy link

pip install git+https://github.com/Red5d/docker-autocompose.git#egg=autocompose

a typo.. they meant to write

```bash
docker ps -a | ...

@doctorjei
Copy link
Author

Is the multiple container comment related to the recommendation about pip, or is this just an accidental cross-thread post?

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

4 participants