diff --git a/docs/edge/builder.md b/docs/edge/builder.md index d12341e..98664b4 100644 --- a/docs/edge/builder.md +++ b/docs/edge/builder.md @@ -9,7 +9,7 @@ The builder runs as a non-root user making use of user namespaces in Linux. * An OpenFaaS for Enterprises license or an additional entitlement for the Function Builder API is required to use this feature. * Your operating system must support user namespaces, generally most modern Linux distributions do. * Docker must not be installed on the host system. -* faasd-pro version 0.2.23 or later is required. +* faasd-pro version 0.2.26 or later is required. ## Configure a registry @@ -34,13 +34,14 @@ export PASSWORD=$(openssl rand -base64 16) echo $PASSWORD > ~/registry-password.txt htpasswd -Bbc ./htpasswd faasd $PASSWORD +sudo mkdir -p /var/lib/faasd/registry/auth sudo mv ~/htpasswd /var/lib/faasd/registry/auth/htpasswd ``` Create a configuration file for the registry: ```sh -sudo cat >> /var/lib/faasd/registry/config.yml < /dev/null <