Skip to content

Instantly share code, notes, and snippets.

@pdl
Created December 10, 2025 12:47
Show Gist options
  • Select an option

  • Save pdl/d02c36ff8131274215edd9967d0edd6b to your computer and use it in GitHub Desktop.

Select an option

Save pdl/d02c36ff8131274215edd9967d0edd6b to your computer and use it in GitHub Desktop.
Use jq to remove credsStore from docker config
cat <<<$( jq 'del(.credsStore)' ~/.docker/config.json) > ~/.docker/config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment