Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit caf5ab9

Browse files
authored
Merge pull request #2760 from thaJeztah/19.03_backport_fix_yaml_gen
[19.03 backport] docs: fix generated YAML due to trailing whitespace Upstream-commit: d3fcef0ffa0c4421905a5c975e8e15786b61a793 Component: cli
2 parents 485c3b1 + 45fe9c5 commit caf5ab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/cli/docs/reference/commandline/context_create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sourced from the file `/home/me/my-kube-config`:
6666
$ docker context create \
6767
--docker host=unix:///var/run/docker.sock \
6868
--kubernetes config-file=/home/me/my-kube-config \
69-
my-context
69+
my-context
7070
```
7171

7272
### Create a context based on an existing context
@@ -76,7 +76,7 @@ an existing context. The example below creates a new context named `my-context`
7676
from the existing context `existing-context`:
7777

7878
```bash
79-
$ docker context create --from existing-context my-context
79+
$ docker context create --from existing-context my-context
8080
```
8181

8282
If the `--from` option is not set, the `context` is created from the current context:

0 commit comments

Comments
 (0)