Skip to content

Instantly share code, notes, and snippets.

@kylos101
Last active September 27, 2019 20:58
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 kylos101/15c46df0cc03cf08322d27d50514d477 to your computer and use it in GitHub Desktop.
Save kylos101/15c46df0cc03cf08322d27d50514d477 to your computer and use it in GitHub Desktop.
Use a private Docker Hub repo with OpenFaaS
version: 1.0
provider:
name: openfaas
gateway: http://127.0.0.1:31112
functions:
test-function:
lang: python
handler: ./test-function
image: user-name/repository-name:tag-name
secrets:
- private-docker-registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment