From cc03edbf2b81a9ea7a82eb75527bf0dcec18742a Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 17 May 2019 21:28:23 +1200 Subject: [PATCH] Minor typo fixes --- manuscript/recipes/keycloak/setup-oidc-provider.md | 2 +- manuscript/reference/troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/recipes/keycloak/setup-oidc-provider.md b/manuscript/recipes/keycloak/setup-oidc-provider.md index 6348846..188107e 100644 --- a/manuscript/recipes/keycloak/setup-oidc-provider.md +++ b/manuscript/recipes/keycloak/setup-oidc-provider.md @@ -45,7 +45,7 @@ Now that you've changed the access type, and clicked **Save**, an additional **C ## Summary -We've setup an OIDC client in KeyCloak, which we can now use to protect vulnerable services using [Traefik Forward Auth](/ha-docker-swarm/traefik-forward-auth/). The OIDC URL provided by KeyCloak in the master realm, is *https:///auth/realms/master/.well-known/openid-configuration* +We've setup an OIDC client in KeyCloak, which we can now use to protect vulnerable services using [Traefik Forward Auth](/ha-docker-swarm/traefik-forward-auth/). The OIDC URL provided by KeyCloak in the master realm, is *https:///realms/master/.well-known/openid-configuration* !!! Summary Created: diff --git a/manuscript/reference/troubleshooting.md b/manuscript/reference/troubleshooting.md index 618f072..0102181 100644 --- a/manuscript/reference/troubleshooting.md +++ b/manuscript/reference/troubleshooting.md @@ -20,7 +20,7 @@ Need to see what a particular container is doing? Run ```docker service logs -f For a visual "top-like" display of your container's activity (_as well as a [detailed per-container view](https://github.com/bcicen/ctop/blob/master/_docs/single.md)_), try using [ctop](https://github.com/bcicen/ctop). -To execute, simply run ```docker run --rm -ti --name ctop -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest``` +To execute, simply run `docker run --rm -ti --name ctop -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest` Example: ![](https://github.com/bcicen/ctop/raw/master/_docs/img/grid.gif)