Skip to content

Instantly share code, notes, and snippets.

@letsjustfixit
Created August 6, 2020 18:07
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