Skip to content

Instantly share code, notes, and snippets.

@letsjustfixit
Created August 6, 2020 18:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letsjustfixit/eb55d2cc12fcd34eae08b07c5eb8a93c to your computer and use it in GitHub Desktop.
Save letsjustfixit/eb55d2cc12fcd34eae08b07c5eb8a93c to your computer and use it in GitHub Desktop.
Decode Docker Config
docker config inspect pxc_proxysql_cnf | jq '.[0].Spec.Data' -r | base64 --decode > proxysql.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment