Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active July 1, 2019 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/db880add6a8b1278768e1f33d96b5f9b to your computer and use it in GitHub Desktop.
Save recursivecodes/db880add6a8b1278768e1f33d96b5f9b to your computer and use it in GitHub Desktop.
create-regcred.sh
kubectl create secret docker-registry regcred \
--docker-server=[region].ocir.io \
--docker-username=[tenancy]/[docker user] \
--docker-password="[docker auth token]" \
--docker-email=[docker email (if set when creating user)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment