Skip to content

Commit ff6e799

Browse files
author
Katie Horne
committed
Minor fixes to troubleshooting guides titles
1 parent b5b7938 commit ff6e799

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

guides/troubleshooting/docker-problems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Docker troubleshooting
2+
title: Docker
33
description: Learn how to solve Docker issues inside Coder workspaces.
44
---
55

@@ -21,7 +21,7 @@ and size of keys each user can have.
2121
## Resolution
2222

2323
To fix this error, you can increase `maxkeys` and `maxbytes`. These are global
24-
settings that apply to *all* users sharing the same system. You can modify this
24+
settings that apply to _all_ users sharing the same system. You can modify this
2525
by adding the following to the `sysctl` configuration file:
2626

2727
```console

guides/troubleshooting/registry.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Image registry troubleshooting
2+
title: Image registry
33
description: Learn how to resolve issues connecting to an image registry.
44
---
55

@@ -18,8 +18,7 @@ certificate signed by unknown authority
1818
The local registry you are configuring is expecting a valid certificate to
1919
authenticate the connection with Coder. You will receive this error if:
2020

21-
- You do not have a certificate
22-
configured
21+
- You do not have a certificate configured
2322
- There is an issue with the certificate itself
2423

2524
> Coder uses Docker's Registry 2.0 implementation, which supports self-signed
@@ -28,8 +27,9 @@ configured
2827
## Troubleshooting steps
2928

3029
- If you haven't created the local registry, and you haven't generated the
31-
self-signed certificate, [please see our
32-
documentation](../../setup/air-gapped/infrastructure.md) on setting these up.
30+
self-signed certificate,
31+
[please see our documentation](../../setup/air-gapped/infrastructure.md) on
32+
setting these up.
3333

3434
- Check to see if your `registry.crt` file is stored in the correct location on
3535
each of your Kubernetes nodes. Depending upon your Linux distribution and
@@ -53,9 +53,9 @@ configured
5353
Ensure that you've created the self-signed certificate secret in your Kubernetes
5454
cluster:
5555

56-
```console
57-
kubectl -n coder get secret local-registry-cert -o yaml
58-
```
56+
```console
57+
kubectl -n coder get secret local-registry-cert -o yaml
58+
```
5959

60-
If none of these steps resolve the issue, please [contact
61-
us](https://coder.com/contact) for further support.
60+
If none of these steps resolve the issue, please
61+
[contact us](https://coder.com/contact) for further support.

0 commit comments

Comments
 (0)