Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save devopsy-ir/bcf398482d919c46ea6112a261a5c1ec to your computer and use it in GitHub Desktop.
Save devopsy-ir/bcf398482d919c46ea6112a261a5c1ec to your computer and use it in GitHub Desktop.
for i in $(docker ps --format "{{.Names}}" ); do docker inspect $i | grep -i working_dir; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment