Created
May 22, 2023 01:52
-
-
Save devopsy-ir/bcf398482d919c46ea6112a261a5c1ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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