Skip to content

Commit 7e8aebe

Browse files
Merge pull request #152
Clarifications in Deploying With Jube Cluster Documantation.
2 parents b024e8e + dd39973 commit 7e8aebe

5 files changed

Lines changed: 2023 additions & 923 deletions

File tree

docs/GettingStarted/DeployingWithDocker/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The export-then-`docker compose up` pattern above passes secrets as plain shell
5454
which is fine for local evaluation but not how a real deployment should hand over credentials.
5555
`Jube.Cluster/secrets-init.sh`
5656
now provides this for the clustered Docker Swarm deployment - see [Creating
57-
Secrets](../DeployingWithJubeCluster/index.html#creating-secrets) - generating random credentials and an RSA keypair
57+
Secrets](../DeployingWithJubeCluster/DeploymentRunbook/index.html#creating-secrets) - generating random credentials and an RSA keypair
5858
and loading them into Swarm's own secret store, resolved at container start via Jube's own `SecretsPath`/`[@Key@]`
5959
Docker Secrets tokenisation already documented in
6060
[Environment Variables](../../Concepts/EnvironmentVariables/index.html). That script relies on `docker secret

0 commit comments

Comments
 (0)