Skip to content

Commit

Permalink
Add tutorial for private registry
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 13, 2020
1 parent 4775a9a commit 10e7a2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -49,10 +49,12 @@ You can run this tutorial on your Raspberry Pi, or adapt the steps for a regular

* [faasd - lightweight Serverless for your Raspberry Pi](https://blog.alexellis.io/faasd-for-lightweight-serverless/)

### Using private repos
### Using private repos / registries

To use private image repos, `~/.docker/config.json` needs to be copied to `/var/lib/faasd/.docker/config.json`.

If you'd like to set up your own private registry, [see this tutorial](https://blog.alexellis.io/get-a-tls-enabled-docker-registry-in-5-minutes/).

### Manual / developer instructions

See [here for manual / developer instructions](docs/DEV.md)
Expand Down

0 comments on commit 10e7a2f

Please sign in to comment.