docs: fix anchors

Signed-off-by: Kevin Alvarez <crazy-max@users.noreply.github.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
CrazyMax
2023-01-06 19:28:29 +01:00
committed by Sebastiaan van Stijn
parent c49f1ccb49
commit 186dcf30b1
59 changed files with 158 additions and 158 deletions

View File

@ -41,7 +41,7 @@ configuration to connect to different clusters or single nodes.
## Examples
### <a name=docker></a> Create a context with a docker endpoint (--docker)
### <a name="docker"></a> Create a context with a docker endpoint (--docker)
To create a context from scratch provide the docker and, if required,
kubernetes options. The example below creates the context `my-context`
@ -53,7 +53,7 @@ $ docker context create \
my-context
```
### <a name=from></a> Create a context based on an existing context (--from)
### <a name="from"></a> Create a context based on an existing context (--from)
Use the `--from=<context-name>` option to create a new context from
an existing context. The example below creates a new context named `my-context`