Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/27c2a0ca45cc55b546afaea95a546978 to your computer and use it in GitHub Desktop.
Save barseghyanartur/27c2a0ca45cc55b546afaea95a546978 to your computer and use it in GitHub Desktop.
Run install reqs in all running containers
for cont in $(podman ps -q); do podman exec -it ${cont} /bin/bash -c "pip install django-request-logging"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment