Skip to content

Instantly share code, notes, and snippets.

@disafronov
Created August 4, 2025 14:04
Show Gist options
  • Save disafronov/5b45c3a0725a6725e7b9fb9b478d0d25 to your computer and use it in GitHub Desktop.
Save disafronov/5b45c3a0725a6725e7b9fb9b478d0d25 to your computer and use it in GitHub Desktop.
.dockerconfigjson
printf '{"auths":{"https://index.docker.io/v1/":{"auth":"%s"}}}' "$(printf 'login:password' | base64)" | base64 | tr -d '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment