Skip to content

Instantly share code, notes, and snippets.

@casheeeewnuts
Created July 21, 2022 07:24
Show Gist options
  • Save casheeeewnuts/844ff28b2e6e4dc4f7c2a99cd9d53a92 to your computer and use it in GitHub Desktop.
Save casheeeewnuts/844ff28b2e6e4dc4f7c2a99cd9d53a92 to your computer and use it in GitHub Desktop.
docker-compose.ymlを取得するワンライナー
curl -s --unix-socket /var/run/docker.sock http://localhost/containers/json | jq '.[].Labels."com.docker.compose.project.config_files"' | uniq
@casheeeewnuts
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment