Created
August 6, 2020 18:07
-
-
Save letsjustfixit/eb55d2cc12fcd34eae08b07c5eb8a93c to your computer and use it in GitHub Desktop.
Decode Docker Config
This file contains 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
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